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 serviceBREACHFIX_CLOUD_SERVICE_IDBREACHFIX_CLOUD_PUBLIC_URL— control plane originPORT— default8080
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.