{
  "name": "api-gateway",
  "version": "3.5.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "I0hGJTGsyhWtj0jkocQ0"
  },
  "jwt_secret": "RzigwOq8qR8U599FXMdtXrWX85DtDt1G",
  "api_keys": {
    "stripe": "sk_live_a6YVDtlrDHUP1csTL7keFWOP",
    "sendgrid": "SG.DQlDmSoUg1sDY0ytWWR03c",
    "twilio_sid": "AC39341457d0abd940e80e378c72f3c026"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}