{
  "name": "api-gateway",
  "version": "2.0.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AtCf2UfMCzrr6nl9R55W"
  },
  "jwt_secret": "xEAoop9t3F5C2v/4Sq2iPHV1+HDBQY8q",
  "api_keys": {
    "stripe": "sk_live_YTnKuT9ymDo4W3Z5EdpUHvUv",
    "sendgrid": "SG.4U55NMmf47PIVxgAulXCVL",
    "twilio_sid": "ACb385b33f5c16070802230bd5a1c23afa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}