From b4c96f8524d06cd5e58020a9faadd2c3262fde71 Mon Sep 17 00:00:00 2001 From: Huarch Date: Wed, 5 Aug 2026 17:57:49 +0800 Subject: [PATCH] fix(auth): set local logout redirect example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 072dda2..a4be742 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ KEYCLOAK_CLIENT_ID="tjwater" KEYCLOAK_CLIENT_SECRET="replace-with-keycloak-client-secret" KEYCLOAK_ISSUER="https://keycloak.example.com/realms/tjwater" -KEYCLOAK_POST_LOGOUT_REDIRECT_URI="https://frontend.example.com/login" +KEYCLOAK_POST_LOGOUT_REDIRECT_URI="http://localhost:3000/login" NEXTAUTH_SECRET="replace-with-nextauth-secret" NEXTAUTH_URL="https://frontend.example.com/"