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 9edf9dc..76d608d 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,8 @@ "host": "0.0.0.0", "port": 8000, "store_path": "tube.db", - "upload_path": "uploads" + "upload_path": "uploads", + "max_upload_size": 104857600 }, "thumbnailer": { "timeout": 60 |
