{
  "name": "api-gateway",
  "version": "2.3.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6cDoxgh4utKDGR7KkPJP"
  },
  "jwt_secret": "RAUjihNhM/2ExhQdZwG3eBMdAflhHDZx",
  "api_keys": {
    "stripe": "sk_live_CGmM1wpijgRNrnHjdda73hlq",
    "sendgrid": "SG.BpYhs5bFnE3LPUY7IXG+xx",
    "twilio_sid": "ACb08d4d922bd36efa2f9c1690e09e7087"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}