Skip to content

Commit f8f1cfe

Browse files
Rob Tjalmadlabordus
authored andcommitted
Added BaseX dev & normal host
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 6825edb commit f8f1cfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ quarkus.log.level = INFO
99
quarkus.log.category."org.lfenergy.compas.scl.data".level = INFO
1010

1111
# BaseX configuration
12-
basex.host = localhost
12+
basex.host = basex
1313
basex.port = 1984
1414
basex.username = admin
1515
basex.password = admin
@@ -18,5 +18,7 @@ basex.password = admin
1818
%dev.quarkus.http.port = 9090
1919
%dev.quarkus.http.cors = true
2020

21+
%dev.basex.host = localhost
22+
2123
%dev.quarkus.log.level = DEBUG
2224
%dev.quarkus.log.category."org.lfenergy.compas.scl.data".level = DEBUG

0 commit comments

Comments
 (0)