1
0

feat: add demo mode flag

Related to https://kolaente.dev/vikunja/frontend/issues/2453
This commit is contained in:
kolaente
2023-09-01 17:47:37 +02:00
parent b3a847e581
commit 97b5cd306f
4 changed files with 19 additions and 0 deletions

View File

@ -59,6 +59,9 @@ service:
# The maximum size clients will be able to request for user avatars.
# If clients request a size bigger than this, it will be changed on the fly.
maxavatarsize: 1024
# If set to true, the frontend will show a big red warning not to use this instance for real data as it will be cleared out.
# You probably don't need to set this value, it was created specifically for usage on [try](https://try.vikunja.io).
demomode: false
database:
# Database type to use. Supported types are mysql, postgres and sqlite.