We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05efb1d commit f8402f7Copy full SHA for f8402f7
app/src/main/resources/application.properties
@@ -23,7 +23,5 @@ basex.password = ${BASEX_PASSWORD:admin}
23
%dev.quarkus.log.category."org.lfenergy.compas.scl.data".level = DEBUG
24
25
# Open ID Connect
26
-quarkus.oidc.auth-server-url = http://keycloak:8080/auth/realms/compas
27
-%dev.quarkus.oidc.auth-server-url = http://localhost:8080/auth/realms/compas
28
-
29
-quarkus.oidc.client-id = scl-data-service
+quarkus.oidc.auth-server-url = http://${KEYCLOAK_HOST:localhost}:${KEYCLOAK_PORT:8080}/auth/realms/compas
+quarkus.oidc.client-id = scl-data-service
0 commit comments