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. 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
LANGLocale for the application (e.g., en_US, pt_BR)en_GB
PWD_ENFORCESet to false to disable password complexity requirements (uppercase, lowercase, numbers). Minimum length is always enforced.Enforced (full validation)
PWD_MIN_LENMinimum password length in characters8