{
  "name": "user-service",
  "version": "3.7.24",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "aEhcfAxdKLKQYGfhp2zC"
  },
  "jwt_secret": "fVZGV1vChxYYjEXlwaBedH1DJzRfZKsn",
  "api_keys": {
    "stripe": "sk_live_pGSnezzQJfTk0iqpEcG9J0x4",
    "sendgrid": "SG.J5ywBOTc8eTcrhLt8fgHuE",
    "twilio_sid": "ACce6082773aa24c74d220ce54ba732243"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}