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 f8402f7 commit 86f27e0Copy full SHA for 86f27e0
app/src/main/resources/application.properties
@@ -23,5 +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_HOST:localhost}:${KEYCLOAK_PORT:8080}/auth/realms/compas
+quarkus.oidc.auth-server-url = http://${KEYCLOAK_HOST:localhost}:${KEYCLOAK_PORT:8080}/auth/realms/${KEYCLOAK_REALM:compas}
27
quarkus.oidc.client-id = scl-data-service
0 commit comments