# Copy to .env and fill in. NEVER commit .env. # Admin login ADMIN_USER=admin # Generate with: npm run set-password ADMIN_PASS_HASH= # Session signing key (>=24 chars). Generate with: npm run gen-secret SESSION_SECRET= # Server PORT=8787 NODE_ENV=development # Set to 1 (or the hop count) when running behind nginx/Caddy so client IPs are correct TRUST_PROXY=0 # Path to the landing page folder (default: ../landing) # LANDING_DIR=../landing