From 5af37b83f0204bb43218547defbf7c6c817986a6 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 10 Sep 2020 23:20:25 +0200 Subject: Root can be set in config --- config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config.json') diff --git a/config.json b/config.json index 0bf434a..ee541c2 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,7 @@ "listen": "localhost:8080", "db": "user=julian dbname=noteman sslmode=disable", "tmpl": "", + "root": "", "data": "data", "max_upload": 10, -- cgit v1.2.3