diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json index ec59916..60269dd 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "listen": "localhost:8080", "db": "user=julian dbname=noteman sslmode=disable", - "tmpl": "" + "tmpl": "", + "data": "data" } |