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