feat: add config item for maximum upload file size
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user