{
  "name": "api-gateway",
  "version": "3.2.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PrRGCeEQGNtP8cQmzLao"
  },
  "jwt_secret": "TuL8cJ0kvotey1qDdjrEwHACZhWA/K3j",
  "api_keys": {
    "stripe": "sk_live_6SdSwLjVdVmSUYrOVEj7Mbx6",
    "sendgrid": "SG.Ty5raVX+lp1rD3275P8A6Q",
    "twilio_sid": "ACf3f8d546a325a28591407e5007233a0b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}