apps/do: test vikunja paths
This commit is contained in:
parent
6e941da1d1
commit
1567895a11
|
@ -69,6 +69,7 @@ data:
|
|||
fromemail: "${outgoing_mail_from_address}"
|
||||
forcessl: true
|
||||
service:
|
||||
#rootpath: "/app/vikunja"
|
||||
frontendurl: "https://${vikunja_domain}"
|
||||
timezone: "CET"
|
||||
JWTSecret: "${jwt}"
|
||||
|
@ -78,11 +79,10 @@ data:
|
|||
password: "${postgresql_password}"
|
||||
# https://vikunja.io/docs/config-options/#log
|
||||
log:
|
||||
path: "/app/vikunja"
|
||||
standard: stderr
|
||||
level: debug
|
||||
database: file
|
||||
databaselevel: info
|
||||
databaselevel: debug
|
||||
http: file
|
||||
echo: file
|
||||
events: file
|
||||
|
|
Loading…
Reference in New Issue