{
  "name": "api-gateway",
  "version": "3.4.16",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1tXYrNEdzCOtWE2mNQHo"
  },
  "jwt_secret": "cT14fMV0Iqd5KJf1AoJIE1rK4dzDNhD9",
  "api_keys": {
    "stripe": "sk_live_6PyS7ugpB0q51cOFfqpgZore",
    "sendgrid": "SG.4QJ9yOdomiut40EpIlEGGj",
    "twilio_sid": "AC3407f4aee70be3aa030f225acfb73da3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}