{
  "name": "auth-service",
  "version": "3.9.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "82h64FUPGTUYy2sPelh3"
  },
  "jwt_secret": "wPKHSvp80FGCXxdWtrCYjY9PS+DD2Uff",
  "api_keys": {
    "stripe": "sk_live_gb5HI4mdbmqm3antVfVmfCuz",
    "sendgrid": "SG.0k/FsIT13ZjdPPEdhInN2Y",
    "twilio_sid": "AC229e7de64ffeadb81dd6ea9d3d885429"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}