diff options
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.json b/config.json index eb43aac..bb764f4 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,8 @@ "library": [ { "path": "videos", - "prefix": "" + "prefix": "", + "preserve_upload_filename": false } ], "server": { @@ -10,6 +11,7 @@ "port": 8000, "store_path": "tube.db", "upload_path": "uploads", + "preserve_upload_filename": false, "max_upload_size": 104857600 }, "thumbnailer": { |
