# Copy this file to .env and fill in the values. # Never commit .env to version control. # PostgreSQL password for the noxway database user POSTGRES_PASSWORD=change_me_please # Secret used to sign admin session JWTs — use a long random string # Generate one: openssl rand -hex 32 JWTSECRET=change_me_please