{
  "name": "api-gateway",
  "version": "1.9.16",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TuwVAiAOd6ftPepDcSfg"
  },
  "jwt_secret": "iH9Ppjgo+SoCl0JdDPOLiX0NcNzBdUj5",
  "api_keys": {
    "stripe": "sk_live_6aZtJhQ9AVqDasxeRGsgjNgm",
    "sendgrid": "SG.W8DM1WFG1HXDwZ5cADyQ9A",
    "twilio_sid": "AC68381ee07f96ac43ce11dedf7073688a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}