{
  "name": "api-gateway",
  "version": "1.2.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KnPNKzkXng5euXRbmYfU"
  },
  "jwt_secret": "5bTLOue6M75FrcELNCAFTxgU5+aAqC1M",
  "api_keys": {
    "stripe": "sk_live_adpZ0J1hvI62EAOPyrzRecKx",
    "sendgrid": "SG.7zcMxAg5zOt31vhL83lmYZ",
    "twilio_sid": "AC5df59138ee0de533857e95cc68a12cb4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}