{
  "name": "api-gateway",
  "version": "2.7.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cJg85Qp65ZqN2u5KX3g1"
  },
  "jwt_secret": "MKO8nfPkR9C3KHWS3Z2vcx6VxAhUbXtk",
  "api_keys": {
    "stripe": "sk_live_1S4PIFEMyZMwCNEUQCRzrJUV",
    "sendgrid": "SG.NNf+HP1MTcuBUo7V8Fu4sa",
    "twilio_sid": "ACa32699a3a9d4fc8b4d3cde68abbb7f7a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}