{
  "name": "auth-service",
  "version": "2.8.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GtwOFmAzhrkkfxCcwU6z"
  },
  "jwt_secret": "XIQ5HUjCPGhGWrEC4RPoO3lSmPhRSlmf",
  "api_keys": {
    "stripe": "sk_live_1o955AZYcAWtUq0EcW5jnpAm",
    "sendgrid": "SG.UAyjB1UTA8I3xWd4mD7Jff",
    "twilio_sid": "ACfb096138166872da64366beb605df691"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}