{
  "name": "api-gateway",
  "version": "2.4.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "oItbZT2hIlwBlemnUZML"
  },
  "jwt_secret": "gMxqIVRLoQ/+genj3rxBdXMhl1oAwGsH",
  "api_keys": {
    "stripe": "sk_live_PwC85CT1I5DKkKlR2rXzmsgr",
    "sendgrid": "SG.9xAi6Br4iy+h0hI05839iv",
    "twilio_sid": "AC215566ea2dc6744677f2b3036651cc16"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}