{
  "name": "api-gateway",
  "version": "1.1.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ohyLdJnCJvfUDJG1vqrL"
  },
  "jwt_secret": "rxc4Fb+TStXbG1YXGAHfasm52HJBix2X",
  "api_keys": {
    "stripe": "sk_live_fWowuzWbGoxFuJY6jG0QxINd",
    "sendgrid": "SG.pfZYIHSTMrPYKLRsyyMjP5",
    "twilio_sid": "AC6a59d6f36add95372fa545c08f32cab0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}