Skip to content

Commit

Permalink
Fixed the keycloak OATUH Path in ODC Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 authored Jun 6, 2024
1 parent 4ef55d8 commit 3b07abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
MAILER_TRANSPORT: smtp
OAUTH_KEYCLOAK_CLIENT_ID: opendatenschutzcenter
OAUTH_KEYCLOAK_CLIENT_SECRET: ${OAUTH_KEYCLOAK_CLIENT_SECRET}
OAUTH_KEYCLOAK_SERVER: ${HTTP_METHOD}://keycloak.${PUBLIC_URL}/auth
OAUTH_KEYCLOAK_SERVER: ${HTTP_METHOD}://${PUBLIC_URL}/keycloak
OAUTH_KEYCLOAK_REALM: opendatenschutzcenter
MAILER_DSN: ${MAILER_DSN}
MAILER_HOST: ${MAILER_HOST}
Expand Down

0 comments on commit 3b07abb

Please sign in to comment.