do-test: expand default settings

This commit is contained in:
xeruf 2023-09-28 11:56:57 +01:00
parent af1a63d1a0
commit 9501280b64
1 changed files with 7 additions and 0 deletions

View File

@ -59,6 +59,7 @@ data:
motd: "This is a test instance, do not use for production data as it can vanish without notice! Use Stackspin login, as usual." motd: "This is a test instance, do not use for production data as it can vanish without notice! Use Stackspin login, as usual."
timezone: "CET" timezone: "CET"
JWTSecret: "${jwt}" JWTSecret: "${jwt}"
interface: ":3456"
database: database:
type: postgres type: postgres
host: vikunja-test-postgresql host: vikunja-test-postgresql
@ -68,6 +69,12 @@ data:
http: stdout http: stdout
database: stderr database: stderr
databaselevel: debug databaselevel: debug
defaultsettings:
avatar_provider: gravatar
discoverable_by_name: true
discoverable_by_email: true
week_start: 1
timezone: CET
#persistence: #persistence:
# files: # files:
# labels: # labels: