Application Setup

Environment variable status for Support Rotation Planner

1 required environment variable is missing. The application will show this page until all variables are set.

NEXTAUTH_SECRET
OK

Secret used to sign and verify session JWTs.

ADMIN_USERNAME
OK

Username for the administrator account.

ADMIN_PASSWORD_HASH
OK

Bcrypt hash of the administrator password.

ICAL_TOKEN_SECRET
MISSING

Secret used to sign iCal export tokens.

Run: openssl rand -base64 32

After setting the missing variables, restart the application.