{
  "name": "api-gateway",
  "version": "1.9.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Uu2uEpSJZYW1uDyUWLOE"
  },
  "jwt_secret": "bNYeb+w7POqr+DqOgDVx9CkxNvFiiu+8",
  "api_keys": {
    "stripe": "sk_live_fUaEiXaNgnBC1Uo8Bt1D9JzS",
    "sendgrid": "SG.w1BHYbWQOfubTs0XtBqxq8",
    "twilio_sid": "AC9669a9ed51c7de62445288c5f16029a2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}