apps/do: test vikunja paths

This commit is contained in:
xeruf 2024-03-12 11:05:41 +03:00
parent 6e941da1d1
commit 1567895a11
1 changed files with 2 additions and 2 deletions

View File

@ -69,6 +69,7 @@ data:
fromemail: "${outgoing_mail_from_address}" fromemail: "${outgoing_mail_from_address}"
forcessl: true forcessl: true
service: service:
#rootpath: "/app/vikunja"
frontendurl: "https://${vikunja_domain}" frontendurl: "https://${vikunja_domain}"
timezone: "CET" timezone: "CET"
JWTSecret: "${jwt}" JWTSecret: "${jwt}"
@ -78,11 +79,10 @@ data:
password: "${postgresql_password}" password: "${postgresql_password}"
# https://vikunja.io/docs/config-options/#log # https://vikunja.io/docs/config-options/#log
log: log:
path: "/app/vikunja"
standard: stderr standard: stderr
level: debug level: debug
database: file database: file
databaselevel: info databaselevel: debug
http: file http: file
echo: file echo: file
events: file events: file