Skip to content

Commit 86f27e0

Browse files
author
Dennis Labordus
committed
Changed property to use environment variables.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent f8402f7 commit 86f27e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ basex.password = ${BASEX_PASSWORD:admin}
2323
%dev.quarkus.log.category."org.lfenergy.compas.scl.data".level = DEBUG
2424

2525
# Open ID Connect
26-
quarkus.oidc.auth-server-url = http://${KEYCLOAK_HOST:localhost}:${KEYCLOAK_PORT:8080}/auth/realms/compas
26+
quarkus.oidc.auth-server-url = http://${KEYCLOAK_HOST:localhost}:${KEYCLOAK_PORT:8080}/auth/realms/${KEYCLOAK_REALM:compas}
2727
quarkus.oidc.client-id = scl-data-service

0 commit comments

Comments
 (0)