{
  "name": "api-gateway",
  "version": "2.3.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yIcJuV6awJWYr0YaOcRC"
  },
  "jwt_secret": "LkLMcjHLHsTI2TrHAB6nmSrqyrLxdVOt",
  "api_keys": {
    "stripe": "sk_live_ThxKzlmSL4zw5rQdAFqSAaDM",
    "sendgrid": "SG.8avFDRixaGiPKQPLDi83VF",
    "twilio_sid": "ACd568f6c94d8c1cd51095e5310943c133"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}