apps/do: test vikunja paths
This commit is contained in:
parent
6e941da1d1
commit
1567895a11
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue