{
  "name": "api-gateway",
  "version": "3.1.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "R9w2TfGCgT92pvKgSdaN"
  },
  "jwt_secret": "6YeZbnFkTqxr3wlh7R5WMN9ugDbSWEVC",
  "api_keys": {
    "stripe": "sk_live_T95C4bGMOeJQ96GswRqRbLrU",
    "sendgrid": "SG.TcOHhGKBj1SIud0ljjUo01",
    "twilio_sid": "ACc7359fb6515ef94cef365c295fb31e2e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}