# Groom Book — Environment Variables # Copy this file to .env and adjust values for your deployment. # ── Database ────────────────────────────────────────────────────────────────── DATABASE_URL=postgres://groombook:groombook@postgres:5432/groombook # ── Authentication ──────────────────────────────────────────────────────────── # Set AUTH_DISABLED=true to skip OIDC validation (useful for local dev/Docker). # In production, configure an Authentik instance and set these values. AUTH_DISABLED=false OIDC_ISSUER=https://authentik.example.com OIDC_AUDIENCE=groombook # ── API ─────────────────────────────────────────────────────────────────────── PORT=3000 CORS_ORIGIN=http://localhost:8080