{
  "name": "api-gateway",
  "version": "3.4.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qrgbCsB7D1RfGbrJgxP4"
  },
  "jwt_secret": "1SJTlyNEhbt0ewBffBbao3pAJpBymShN",
  "api_keys": {
    "stripe": "sk_live_Ovy8SSnYHHumSv7nxvvRqif8",
    "sendgrid": "SG.hPxMIRLVeTqjkeWqffJOzy",
    "twilio_sid": "AC29a2f796114d00e74941914ce0aea84a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}