{
  "name": "api-gateway",
  "version": "3.8.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "t7K4GVqRmG2SgkbMgS9R"
  },
  "jwt_secret": "OhJII/gRYvf1IE+bhDRyYr1XExS3J9/r",
  "api_keys": {
    "stripe": "sk_live_NuemiSeBSUDnvbXy0PyGAnvU",
    "sendgrid": "SG.BcfLuvFuPzSdLo3ItgqM83",
    "twilio_sid": "ACb4cd744fcafa5475f6504b5d458a95e1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}