{
  "name": "api-gateway",
  "version": "2.0.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cnwsAl7PlOPYAB5PYavY"
  },
  "jwt_secret": "arWGzuJ8P6ubxGcceb3FV1LOhdOn59p+",
  "api_keys": {
    "stripe": "sk_live_ltPE5oEzt7MxdJDz4AVkQaYm",
    "sendgrid": "SG.79EhkHTyBQukd3SpQjMZ08",
    "twilio_sid": "AC91693f182ac6804065490a41fa03f9ca"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}