{
  "name": "api-gateway",
  "version": "2.9.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "k3Uq4iycDJQf28x3fD2S"
  },
  "jwt_secret": "k2EsThAApAy7khLlvquMZv7Keds6abBj",
  "api_keys": {
    "stripe": "sk_live_P1xZxsYihiIIGZHj8ZndGr8C",
    "sendgrid": "SG.VFE6BuE15DqHRyTz+kOgEQ",
    "twilio_sid": "ACe614da474df933840893d71f2190ee3c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}