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

Isoward injects on every deploy:

  • BASE_URL: public URL for this service
  • ISOWARD_SERVICE_ID (legacy BREACHFIX_CLOUD_SERVICE_ID)
  • ISOWARD_PUBLIC_URL: control plane origin (legacy BREACHFIX_CLOUD_PUBLIC_URL)
  • 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.