{
  "name": "api-gateway",
  "version": "1.5.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m2GRVVXkS9TTWBack9fa"
  },
  "jwt_secret": "pe+TMADxvxg2UpPlfpXUifTDvMaxj0OE",
  "api_keys": {
    "stripe": "sk_live_9aZIjycxHGnR65VmyzhLd1BM",
    "sendgrid": "SG.qE1LUkKErOB0YLEPxpJmMj",
    "twilio_sid": "AC4981dafded3091593da541cc038f04fc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}