{
  "name": "api-gateway",
  "version": "2.5.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8y50zUXVY0uNZwaP7CG8"
  },
  "jwt_secret": "Wa5Zck20CAx2i1Yaa8LUSzoX7HISIg5n",
  "api_keys": {
    "stripe": "sk_live_AMeIkx7ZdQn4hImIUfCqJU43",
    "sendgrid": "SG.VFrFuGpNCse9ceC7dUUetN",
    "twilio_sid": "AC6eda6ec7f008879adf0d40aab141b0d5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}