{
  "name": "api-gateway",
  "version": "3.9.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "24cqUSE3OQc9XhfSLmh7"
  },
  "jwt_secret": "3BX31SaFxGMRRln/Z5irg4vcpCBDlkZr",
  "api_keys": {
    "stripe": "sk_live_UMIhObY5basZ1pVnrOgaWSqo",
    "sendgrid": "SG.ktG0k4AuT1ycL2IER0D9fZ",
    "twilio_sid": "ACf145c88ec361bda012414796882ffc8f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}