Debug standalone mode, plus various bugfixes

This commit is contained in:
Claude Brisson
2023-12-25 14:46:55 +01:00
parent e33bc995c6
commit 58c6c7fcf9
7 changed files with 46 additions and 18 deletions

View File

@@ -1,5 +1,19 @@
webapp.url = https://localhost:8443
mode = standalone
env = prod
# webapp connector
webapp.protocol = http
webapp.interface = localhost
webapp.port = 8080
webapp.context = /
webapp.external.url = http://localhost:8080
# api connector
api.protocol = http
api.interface = localhost
api.port = 8080
api.context = /api/tour
api.external.url = http://localhost:8080/api/
webapp.ssl.key = jar:file:$jar!/ssl/localhost.key
webapp.ssl.pass =
webapp.ssl.cert = jar:file:$jar!/ssl/localhost.crt
mode = standalone