# Copy to .env at the repo root and fill in. Used by docker-compose.yml. # Postgres POSTGRES_PASSWORD=change-me-strong-password POSTGRES_DB=scoreboardtools # Auth — generate with: openssl rand -hex 32 JWT_SECRET=replace-with-a-long-random-secret # Cookies require HTTPS in production. Keep true behind your TLS reverse proxy. COOKIE_SECURE=true