{
  "name": "api-gateway",
  "version": "1.2.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TFpPG70XFQrL33KcwEgG"
  },
  "jwt_secret": "vRHJninrrR0kyYCHCLeGB9cjq0wD3r3n",
  "api_keys": {
    "stripe": "sk_live_k8Fff3WxRuPuBmeZb0qcxKMI",
    "sendgrid": "SG.zJ03AgfcA1O0b2mQ8uIcAH",
    "twilio_sid": "ACe21df9109fc38cafcec1990b1da44e6b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}