feat: add config item for maximum upload file size

This commit is contained in:
Terry Geng
2020-05-19 09:12:52 +08:00
parent aca002d08d
commit fae93d99e0
6 changed files with 50 additions and 11 deletions

View File

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