feat: add config item for maximum upload file size
This commit is contained in:
@ -140,6 +140,11 @@ port = 64738
|
||||
# !! YOU NEED TO CHANGE IT IF auth_method IS 'token'!!
|
||||
# flask_secret = ChangeThisPassword
|
||||
|
||||
# 'upload_enabled': Enable the upload function of the web interface.
|
||||
# 'maximum_upload_file_size': Unit can be 'B', 'KB', 'MB', 'GB', 'TB'.
|
||||
#upload_enabled = True
|
||||
#maximum_upload_file_size = 30MB
|
||||
|
||||
# [debug] stores some debug settings.
|
||||
[debug]
|
||||
# 'ffmpeg': Set ffmpeg to True if you want to display DEBUG level log of ffmpeg.
|
||||
|
Reference in New Issue
Block a user