{
  "name": "api-gateway",
  "version": "2.8.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eFBAionP5odUgtx4FbyI"
  },
  "jwt_secret": "hHHrv6kPq3Z7sIEINgvWMYWgdmlkd+vx",
  "api_keys": {
    "stripe": "sk_live_jV4KGhrW3lsypV50Ku9ye9nx",
    "sendgrid": "SG.KUpKNIzx4NGD4N1jj5r2WX",
    "twilio_sid": "ACc1f70246984c2b5fafc7b69d4bd0de33"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}