{
  "name": "api-gateway",
  "version": "1.5.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zAt42cWykYTuD8utg6LK"
  },
  "jwt_secret": "TCUbrT0ndvOZAg/ULhMPfH2jGv4hkkRA",
  "api_keys": {
    "stripe": "sk_live_UZacvDape5nrGP6yXimRdFKq",
    "sendgrid": "SG.rc3jpQ5oxtyddMmjFUKGvf",
    "twilio_sid": "ACd3c334d27ddeb0704211112a09674cd1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}