Skip to content

Commit f8402f7

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/src/main/resources/application.properties

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +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: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
26+
quarkus.oidc.auth-server-url = http://${KEYCLOAK_HOST:localhost}:${KEYCLOAK_PORT:8080}/auth/realms/compas
27+
quarkus.oidc.client-id = scl-data-service

0 commit comments

Comments
 (0)