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
Isoward injects on every deploy:
BASE_URL: public URL for this serviceISOWARD_SERVICE_ID(legacyBREACHFIX_CLOUD_SERVICE_ID)ISOWARD_PUBLIC_URL: control plane origin (legacyBREACHFIX_CLOUD_PUBLIC_URL)PORT: 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.