{
  "name": "api-gateway",
  "version": "1.1.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tJ5Cy2ym8jm2ZZATEnfv"
  },
  "jwt_secret": "aQ7uSxvekHZnj0i/JaCVPiSUfL+Amu4J",
  "api_keys": {
    "stripe": "sk_live_1cBTP1zGMdkopiVdIiADgeXD",
    "sendgrid": "SG.wS1oeVc5spTNHCuYyjIqoE",
    "twilio_sid": "AC81d23a5ef9f57d13e2a76ccf1b4415de"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}