Skip to content

Commit bdd5cf6

Browse files
committed
setup keycloak on localhost
1 parent 97bd559 commit bdd5cf6

File tree

15 files changed

+586
-207
lines changed

15 files changed

+586
-207
lines changed

client/.env.development

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
NEXT_PUBLIC_API_URL=https://api.teamserverdown.devops.aet.cit.tum.de
2+
KEYCLOAK_CLIENT_ID=webclient
3+
KEYCLOAK_ISSUER=http://keycloak:8080/realms/development
4+
NEXTAUTH_URL=http://localhost:3000/api/auth/
5+
KEYCLOAK_END_SESSION_ENDPOINT=http://keycloak:8080/realms/development/protocol/openid-connect/logout

client/.env.local

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
NEXT_PUBLIC_API_URL=https://api.teamserverdown.devops.aet.cit.tum.de
1+
NEXTAUTH_SECRET=feZJWB3mcQ93VBmqHKQI5er5NEIxcDPb3wtT/KaLB9s=
2+
KEYCLOAK_CLIENT_SECRET=SXiMvr1GG10bk2J63ODZC9SOaoAZ4dbe

0 commit comments

Comments
 (0)