{
  "name": "api-gateway",
  "version": "3.2.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gWMDVbykPLUuN4FwiEGe"
  },
  "jwt_secret": "ioiI/44W25Hz1GbPHvWRXNNg37OfZUmm",
  "api_keys": {
    "stripe": "sk_live_OWTmMCgZDUrhpABlArlgo2gP",
    "sendgrid": "SG.JnSPF6v2yCGP8Yml2x6Wnc",
    "twilio_sid": "ACe20842573c61c7218ebe2486bec128f3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}