{
  "name": "api-gateway",
  "version": "1.9.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rS5MqM9Xptv80Y5bMGDv"
  },
  "jwt_secret": "Nmae+bDynnK+P+4K8nS9ZBbaPuLiMeVD",
  "api_keys": {
    "stripe": "sk_live_VRUPnUNYKUpx4nETFXvPXaHA",
    "sendgrid": "SG.Ze5BGusWZe2l4E6hTjTXs8",
    "twilio_sid": "AC386f245940aa6bd25c45b8d5e4818f2f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}