Skip to content

Commit

Permalink
unreachable keycloak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Oct 1, 2024
1 parent 79a90eb commit 25b338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
DATAVERSE_AUTH_OIDC_ENABLED: "1"
DATAVERSE_AUTH_OIDC_CLIENT_ID: oauth2-proxy
DATAVERSE_AUTH_OIDC_CLIENT_SECRET: 72341b6d-7065-4518-a0e4-50ee15025608
DATAVERSE_AUTH_OIDC_AUTH_SERVER_URL: http://keycloak.localhost:9080/realms/oauth2-proxy
DATAVERSE_AUTH_OIDC_AUTH_SERVER_URL: http://172.17.0.1:9080/realms/oauth2-proxy
JVM_ARGS: -Ddataverse.pid.providers=fake
-Ddataverse.pid.default-provider=fake
-Ddataverse.pid.fake.type=FAKE
Expand Down

0 comments on commit 25b338d

Please sign in to comment.