{
  "name": "api-gateway",
  "version": "3.7.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "86qqE6Uq1yGUOtsynljN"
  },
  "jwt_secret": "D79yZq4RO8Yw8L4u7lhGbie81TuiTAPz",
  "api_keys": {
    "stripe": "sk_live_X4fEdhSIez9xz7bhmynBGHfd",
    "sendgrid": "SG.vsiEFpNqv96hsKMlk2IHwx",
    "twilio_sid": "AC3a117c95c215d5c98604839499806d76"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}