Revert "update"

This reverts commit 5c86afd640.
This commit is contained in:
2026-02-18 20:05:32 +01:00
parent 6b3d0c342e
commit 01502122b2
6 changed files with 45 additions and 39 deletions

View File

@@ -78,6 +78,7 @@ 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"