Skip to main content

Environment Variables

The application supports the following environment variables for configuration:

VariableDescriptionDefault
PORTPort for the main web application9666
CRON_PORTPort for the cron service (scheduling). If not set, uses PORT + 19667
NODE_ENVNode.js environment (development or production)production
NEXT_TELEMETRY_DISABLEDDisable Next.js telemetry1
TZTimezone for the applicationEurope/London
PWD_ENFORCESet to false to disable password complexity requirements (uppercase, lowercase, numbers).Enforced (full validation)
PWD_MIN_LENMinimum password length in characters (always enforced)8