{
  "name": "auth-service",
  "version": "3.2.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YcVlPvpercNvdffvEZ79"
  },
  "jwt_secret": "sOqMopvtdkCUsm4dd9mm14aR0m21oStK",
  "api_keys": {
    "stripe": "sk_live_kUeKqAwGNpVQM7Qc8KI0ubCb",
    "sendgrid": "SG.fwmr9gcttRfSc3foJ7iBwK",
    "twilio_sid": "AC05814b92e89c0dba1f9ad8d76a558f19"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}