Environment Variables
The application supports the following environment variables for configuration:
| Variable | Description | Default |
|---|---|---|
PORT | Port for the main web application | 9666 |
CRON_PORT | Port for the cron service (scheduling). If not set, uses PORT + 1 | 9667 |
NODE_ENV | Node.js environment (development or production) | production |
NEXT_TELEMETRY_DISABLED | Disable Next.js telemetry | 1 |
TZ | Timezone for the application | Europe/London |
PWD_ENFORCE | Set to false to disable password complexity requirements (uppercase, lowercase, numbers). | Enforced (full validation) |
PWD_MIN_LEN | Minimum password length in characters (always enforced) | 8 |