Docs / Operational Controls

Environment variables

Set variables on the service Environment tab. Mark secrets to mask values in the UI.

Upload a .env file, export variables, or link shared env groups. See Env groups & secret files.

Platform defaults

BreachFix Cloud injects on every deploy:

  • BASE_URL — public URL for this service
  • BREACHFIX_CLOUD_SERVICE_ID
  • BREACHFIX_CLOUD_PUBLIC_URL — control plane origin
  • PORT — default 8080

Service and group variables override platform defaults.

PORT

Set PORT if your app listens elsewhere. The gateway and health checks use the same value. Bind to 0.0.0.0 — see Web services.