{
  "name": "api-gateway",
  "version": "2.5.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7nVWxXmcjR4EneJrTm4u"
  },
  "jwt_secret": "5XzNqkkCOyWGT7dMY1IANOrTS+A7zlGz",
  "api_keys": {
    "stripe": "sk_live_p5ZVAQEUxbaDgorpt5lbmtaQ",
    "sendgrid": "SG.ZayEGSEV3qK79Y9GSR0pGW",
    "twilio_sid": "ACb04a86356ea0a6bc33f65e6fbf33b988"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}