{
  "name": "api-gateway",
  "version": "2.2.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Me8GwReKTSRKJWCRhB9H"
  },
  "jwt_secret": "1EMC60lSz3NzEweicGaZMuLYqa+yg6rD",
  "api_keys": {
    "stripe": "sk_live_eT8Eugf8qFJgKuVb2XTyMom8",
    "sendgrid": "SG.mwx3ug2YyZiR1+WutcEcB7",
    "twilio_sid": "AC4c6ea43204f331d74034acfb3df07f86"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}