reconfigure docspell to be compatible again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Brunner 2021-12-29 15:00:21 +01:00
parent 1e01a018be
commit 148d7b8322

View file

@ -6,8 +6,8 @@ metadata:
data: data:
docspell.conf: | docspell.conf: |
docspell.server { docspell.server {
app-id = ${HOSTNAME}
base-url = "https://"${BASE_URL} base-url = "https://"${BASE_URL}
internal-url = "http://restserver:7880"
bind { bind {
address = "0.0.0.0" address = "0.0.0.0"
} }
@ -41,7 +41,6 @@ data:
} }
docspell.joex { docspell.joex {
app-id = "joex-"${HOSTNAME}
base-url = "http://joex:7878" base-url = "http://joex:7878"
bind { bind {
address = "0.0.0.0" address = "0.0.0.0"