From ddfc565c614761d3dda037902c8309bf5a27fdd1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 9 Mar 2026 13:35:29 +0100 Subject: [PATCH] docs: update rootpath description to mention working directory default --- config-raw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-raw.json b/config-raw.json index 35e9f1148..b91c006f7 100644 --- a/config-raw.json +++ b/config-raw.json @@ -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",