{
  "name": "api-gateway",
  "version": "2.9.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LqPyguasxIGAPcRsIa18"
  },
  "jwt_secret": "2S8qFX1SDKwmM5gy5yJ91bUadAzIxCrF",
  "api_keys": {
    "stripe": "sk_live_HRJ1U3aIuTV0ggcRnOqQa2ci",
    "sendgrid": "SG.iF9YN4EWnDsEhLW3ImBM3b",
    "twilio_sid": "AC0f59effd7d28c451b4b4d046ea759695"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}