diff options
author | Julian T <julian@jtle.dk> | 2020-09-10 22:39:42 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-10 22:39:42 +0200 |
commit | f400c4c9b01e572ed65f133cb3c489c2a150e4ee (patch) | |
tree | 73242d0958bf96e06d66711c58cc41913aeecbfa /config.json | |
parent | 0c2623543f324e70132ae12595814cd183255135 (diff) |
Added uploading
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" } |