修改文件上传大小限制

This commit is contained in:
JACKYMYPERSON
2025-11-02 15:50:41 +08:00
parent 8876b366f3
commit ea8685b35a

View File

@@ -19,7 +19,7 @@ mysql:
upload:
allow_image_types: "image/jpeg,image/png,image/gif,image/webp"
max_file_size: 5242880 # 5MB (5 * 1024 * 1024)
max_file_size: 20971520 # 20MB (20 * 1024 * 1024)
fileupload:
max_file_size: 1073741824 # 1GB