{
  "name": "api-gateway",
  "version": "1.4.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QA1jUs2rIKxk2kqOhn4T"
  },
  "jwt_secret": "QCIcBEV1tId5hkgFHW1/ghxT8ZUm1J2F",
  "api_keys": {
    "stripe": "sk_live_gd9lGfMNlD2qiuB9ztXHWM8p",
    "sendgrid": "SG.4T7d2aYI7FvLV6d68/92JY",
    "twilio_sid": "ACac7b13f9ed9c915620f469b225c8a46e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}