{
  "name": "api-gateway",
  "version": "2.3.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UEhegAgFQzgHF3UySniX"
  },
  "jwt_secret": "0GIFTXjlLLHkq4kntSn1SwmG1v20HEeR",
  "api_keys": {
    "stripe": "sk_live_ZInP1X7r5gt8AIi8G6DIy65s",
    "sendgrid": "SG.b987sQthTyyelHrI/iObAx",
    "twilio_sid": "AC1d2f38b5d2e7082641ebb1ae802818e7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}