{
  "name": "api-gateway",
  "version": "3.8.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DY8iwrsMO4Lm2ivRdOEr"
  },
  "jwt_secret": "I1KYM9oGPXfkf6WbM3BItsTJoHP97PD0",
  "api_keys": {
    "stripe": "sk_live_qE5p8FuJD9U7jizrqm85dQZU",
    "sendgrid": "SG.5aoJPFyQ/IwNZoSv2Ie03s",
    "twilio_sid": "AC85735410ac90c45e4e2bc1f612a2445b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}