{
  "name": "api-gateway",
  "version": "2.0.19",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SigfFMk6PNDnWOWHpLN8"
  },
  "jwt_secret": "hSXOGKVxLR6Li7HZk1aWwrQzlcjzGX0u",
  "api_keys": {
    "stripe": "sk_live_O7bLyYm2OetlAbDVS5vI4xAm",
    "sendgrid": "SG.aaMZz0B4DQatfrrmNS76T2",
    "twilio_sid": "AC2165f6cb45b95ec94884f95f85e1e998"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}