{
  "name": "auth-service",
  "version": "3.9.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cVS2rHvUBH4DS6C2EkXV"
  },
  "jwt_secret": "9xsbAxqDiYNg/zKOIJXfgJHErlqY2jhB",
  "api_keys": {
    "stripe": "sk_live_aCOqnUo6Gnsg6lRhPBbXAUVL",
    "sendgrid": "SG.Q52MUzcjqjhp0WS9f4WKmo",
    "twilio_sid": "ACf120ecc1c27a4a1886774d5f559ad3f5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}