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 6825edb commit f8f1cfeCopy full SHA for f8f1cfe
app/src/main/resources/application.properties
@@ -9,7 +9,7 @@ quarkus.log.level = INFO
9
quarkus.log.category."org.lfenergy.compas.scl.data".level = INFO
10
11
# BaseX configuration
12
-basex.host = localhost
+basex.host = basex
13
basex.port = 1984
14
basex.username = admin
15
basex.password = admin
@@ -18,5 +18,7 @@ basex.password = admin
18
%dev.quarkus.http.port = 9090
19
%dev.quarkus.http.cors = true
20
21
+%dev.basex.host = localhost
22
+
23
%dev.quarkus.log.level = DEBUG
24
%dev.quarkus.log.category."org.lfenergy.compas.scl.data".level = DEBUG
0 commit comments