{
  "name": "api-gateway",
  "version": "3.4.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DFlZ5YgwEX1yp4H8NDwu"
  },
  "jwt_secret": "RlRc3kkJ0O05AqMn7MlrWF9H2jP9PVrC",
  "api_keys": {
    "stripe": "sk_live_UTmReIWzY5fMVtcMIbLw7J40",
    "sendgrid": "SG.HsJM0ID88QKzTtPp1IUpV3",
    "twilio_sid": "AC4b42cb048e81e53ff47bd3fbb0c81a56"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}