Skip to content

Commit e0ba7c4

Browse files
authored
Update app.example.ini
1 parent a18e41f commit e0ba7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/conf/app.example.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,8 +1821,8 @@ LEVEL = Info
18211821
;; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
18221822
;ALLOWED_TYPES = .csv,.docx,.fodg,.fodp,.fods,.fodt,.gif,.gz,.jpeg,.jpg,.log,.md,.mov,.mp4,.odf,.odg,.odp,.ods,.odt,.patch,.pdf,.png,.pptx,.svg,.tgz,.txt,.webm,.xls,.xlsx,.zip
18231823
;;
1824-
;; Max size of each file. Defaults to 2048MB
1825-
;MAX_SIZE = 2048
1824+
;; Max size of each file. Defaults to 4MB
1825+
;MAX_SIZE = 4
18261826
;;
18271827
;; Max number of files per upload. Defaults to 5
18281828
;MAX_FILES = 5

0 commit comments

Comments
 (0)