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

@ -333,6 +333,18 @@ Full path: `service.maxavatarsize`
Environment path: `VIKUNJA_SERVICE_MAXAVATARSIZE`
### demomode
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).
Default: `false`
Full path: `service.demomode`
Environment path: `VIKUNJA_SERVICE_DEMOMODE`
---
## database