This commit is contained in:
2026-02-18 19:19:42 +01:00
parent 9b783037ff
commit 5c86afd640
6 changed files with 39 additions and 45 deletions

View File

@@ -78,7 +78,6 @@ DATABASE_URL="postgresql://user:password@localhost:5432/timetracker"
# OIDC Configuration
OIDC_ISSUER_URL="https://your-oidc-provider.com"
OIDC_CLIENT_ID="your-client-id"
OIDC_REDIRECT_URI="http://localhost:3001/auth/callback"
# Session
SESSION_SECRET="your-secure-session-secret-min-32-chars"