Skip to content

Commit

Permalink
Fix server-url to fix local multitenant setup
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Nov 19, 2023
1 parent abc9cfc commit d09e6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev-multitenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zeiterfassung:
client:
registration:
redirect-uri-template: '{baseScheme}://{baseHost}:${server.port}/login/oauth2/code/{registrationId}'
server-url: http://localhost:8090/
server-url: http://localhost:8090
tenant:
mode: multi
registration:
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zeiterfassung:
claim-mapper: keycloak
login-form-url: http://localhost:8070/login/redirect
redirect-uri-template: '{baseScheme}://{baseHost}:${server.port}/login/oauth2/code/{registrationId}'
serverUrl: http://localhost:8090/auth
server-url: http://localhost:8090
tenant:
single:
defaultTenantId: default
Expand Down

0 comments on commit d09e6da

Please sign in to comment.