{
  "name": "api-gateway",
  "version": "2.0.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MBoTAb2eYBLDKCxHu6bO"
  },
  "jwt_secret": "NIPa8yy8B4PWWx36IBd7TABp8tTx3QPs",
  "api_keys": {
    "stripe": "sk_live_zgUPocsaak9JUnPtp98sRpPz",
    "sendgrid": "SG.Q6eFKTiQ11tQefzk4GjGht",
    "twilio_sid": "AC64370c13fc6d92af4331d76fe9817b68"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}