合并 agent-mvp 到 master #1

Merged
jiang merged 282 commits from agent-mvp into master 2026-08-18 17:56:46 +08:00
Showing only changes of commit b4c96f8524 - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
KEYCLOAK_CLIENT_ID="tjwater" KEYCLOAK_CLIENT_ID="tjwater"
KEYCLOAK_CLIENT_SECRET="replace-with-keycloak-client-secret" KEYCLOAK_CLIENT_SECRET="replace-with-keycloak-client-secret"
KEYCLOAK_ISSUER="https://keycloak.example.com/realms/tjwater" 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_SECRET="replace-with-nextauth-secret"
NEXTAUTH_URL="https://frontend.example.com/" NEXTAUTH_URL="https://frontend.example.com/"