{
  "name": "api-gateway",
  "version": "2.9.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IhbjWQPB0q6MDhDFjXxW"
  },
  "jwt_secret": "XDI+ivNYMmfxkPixB1fIYYh1n4SI73Ki",
  "api_keys": {
    "stripe": "sk_live_aTf7CbjAMbiCERmeELj3YAjd",
    "sendgrid": "SG.I/8ZLO3mCq/rovBN2Vx+xs",
    "twilio_sid": "ACb580055b6edb31c5bd9d08de2bc303b4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}