{
  "name": "api-gateway",
  "version": "1.8.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QkLzGWYvX24bEUJeGJ1i"
  },
  "jwt_secret": "6lfu9jSxjOtud2A10WzYq5WZyZWZQKrP",
  "api_keys": {
    "stripe": "sk_live_VTEvMh3BKc0p06RtGxSZs62R",
    "sendgrid": "SG.pEJj6dtRH43FD5tWp7S+La",
    "twilio_sid": "AC312e4a607d951a826709a7c4a8817485"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}