{
  "name": "api-gateway",
  "version": "3.8.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uJm4Vhqd62STfJOmhXn4"
  },
  "jwt_secret": "KPmU+YP41cFcOydHdW8rVbEcaxR97kwf",
  "api_keys": {
    "stripe": "sk_live_iJk35OtWV6FoRb5LAwFXGcfV",
    "sendgrid": "SG.3VjVbUXtLtzaQ2r32kxM1F",
    "twilio_sid": "AC1eed3a11fc6e303906e05db9cabcf11b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}