{
  "name": "api-gateway",
  "version": "3.6.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uzfVfGYosxGjXyZDAiWK"
  },
  "jwt_secret": "ZJiELrlabmJmMsS7UnHm5dXwE8uZjcLV",
  "api_keys": {
    "stripe": "sk_live_CUlWuiPfnlpuU1jk8Ud0GOcD",
    "sendgrid": "SG.YdCxf6YPKdPrGvKjN8eryG",
    "twilio_sid": "ACdfb4c3cd647f82d515ca58a3082e48f4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}