docs: update rootpath description to mention working directory default

This commit is contained in:
kolaente 2026-03-09 13:35:29 +01:00
parent a043940e14
commit ddfc565c61
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
{
"key": "rootpath",
"default_value": "\u003crootpath\u003e",
"comment": "The base path on the file system where the binary and assets are.\nVikunja will also look in this path for a config file, so you could provide only this variable to point to a folder\nwith a config file which will then be used."
"comment": "The base path on the file system where Vikunja stores its data (database, files, logs, plugins).\nDefaults to the current working directory. When running as a systemd service, this respects the WorkingDirectory= setting.\nVikunja will also look in this path for a config file, so you could provide only this variable to point to a folder\nwith a config file which will then be used."
},
{
"key": "maxitemsperpage",