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

@@ -14,6 +14,9 @@ export const config = {
oidc: {
issuerUrl: process.env.OIDC_ISSUER_URL || "",
clientId: process.env.OIDC_CLIENT_ID || "",
redirectUri:
process.env.OIDC_REDIRECT_URI ||
"http://localhost:3001/api/auth/callback",
},
session: {