{
  "name": "api-gateway",
  "version": "1.0.0",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "cdG3TzBZa09axx7GLkpc"
  },
  "jwt_secret": "ex2boqS/cLrj3zyezSEz1aN+CRLu4m5b",
  "api_keys": {
    "stripe": "sk_live_LNiA7wFxghrjJtLoyLcJZk42",
    "sendgrid": "SG.YEGg+dkND4j2R/WXcrpkLY",
    "twilio_sid": "AC284c3d0144d884e80e16ef57e10f92ee"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}