{
  "name": "auth-service",
  "version": "1.9.23",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yQAN6EAml2QMJXiOjqbD"
  },
  "jwt_secret": "Cp62412jIDzHrXrpeLEnwkT0HimHLlT3",
  "api_keys": {
    "stripe": "sk_live_aTFzoAmPnm8xhJ3Hzvwxmi0p",
    "sendgrid": "SG.B8kaSn8MFBHOQ5F9WczfnJ",
    "twilio_sid": "ACca1f1de39c8d3cf7c636fdfb10dd6841"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}