{
  "name": "api-gateway",
  "version": "2.3.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wGPHu6oZ7mgq1oh0M8GB"
  },
  "jwt_secret": "M0GqrSZDNhXGnyFOBPlivNYVOqWMYNyb",
  "api_keys": {
    "stripe": "sk_live_BXGllUsZBYZtCuqiTN47g3SZ",
    "sendgrid": "SG.C3DVvCLAR/MxCPyPdxOt3u",
    "twilio_sid": "AC88d62a5ba79db721e1bf99223f1214d7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}