diff options
author | Julian T <julian@jtle.dk> | 2020-09-10 23:20:25 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-10 23:20:25 +0200 |
commit | 5af37b83f0204bb43218547defbf7c6c817986a6 (patch) | |
tree | 6ad8348b6dff590b19587414accecf738ce85704 /config.json | |
parent | 141f9617e4ccf54d8ab611fb1d1f57d9a42e5dbd (diff) |
Root can be set in config
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 1 |
1 files changed, 1 insertions, 0 deletions
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, |