This commit is contained in:
2026-01-12 21:13:21 -05:00
parent 557f440256
commit 444dbe4458
5 changed files with 22 additions and 5 deletions

View File

@@ -16,5 +16,8 @@ OIDC_REDIRECT_URI=http://localhost:5001/api/auth/callback
# Frontend URL for callbacks
FRONTEND_URL=http://localhost:3000
# Frontend port (defaults to 3000 if not set)
# FRONTEND_PORT=3000
# Cookie security (set to 'true' in production with HTTPS)
SESSION_COOKIE_SECURE=false