do-test: expand default settings
This commit is contained in:
parent
af1a63d1a0
commit
9501280b64
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue