fix: file size bug, upload bug

This commit is contained in:
Terry Geng
2020-05-19 09:23:19 +08:00
parent fae93d99e0
commit 0080e9b4cd
3 changed files with 6 additions and 5 deletions

View File

@ -105,7 +105,7 @@ access_address = http://127.0.0.1:8181
flask_secret = ChangeThisPassword
upload_enabled = True
maximum_upload_file_size = 30M
max_upload_file_size = 30M
[debug]
# Set ffmpeg to True if you want to display DEBUG level log of ffmpeg.