File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ quarkus.http.cors = false
6
6
quarkus.http.root-path = /compas-scl-data-service/
7
7
quarkus.http.limits.max-body-size = 150M
8
8
9
- quarkus.log.level = debug
10
- quarkus.log.category."org.lfenergy.compas.scl.data".level = debug
9
+ quarkus.log.level = info
10
+ quarkus.log.category."org.lfenergy.compas.scl.data".level = info
11
11
12
12
# BaseX configuration
13
13
basex.host = ${BASEX_HOST:localhost}
@@ -24,7 +24,7 @@ basex.password = ${BASEX_PASSWORD:admin}
24
24
25
25
# Smallrye JWT Properties (Microprofile)
26
26
smallrye.jwt.verify.key.location = ${JWT_VERIFY_KEY:http://localhost:8089/auth/realms/compas/protocol/openid-connect/certs}
27
- smallrye.jwt.path.groups = resource_access/scl-data-service/roles
27
+ smallrye.jwt.path.groups = ${JWT_GROUPS_PATH: resource_access/scl-data-service/roles}
28
28
mp.jwt.verify.issuer = ${JWT_VERIFY_ISSUER:http://localhost:8089/auth/realms/compas}
29
29
mp.jwt.verify.audiences = ${JWT_VERIFY_CLIENT_ID:scl-data-service}
30
30
You can’t perform that action at this time.
0 commit comments