Add permission for uploaded file
This commit is contained in:
parent
fff49b9b3e
commit
23f5a579b7
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ TESTCASE_VISIBLE_LENGTH = 60
|
|||
|
||||
DATA_UPLOAD_MAX_NUMBER_FIELDS = 10240
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440
|
||||
FILE_UPLOAD_PERMISSIONS = 0o644
|
||||
|
||||
MESSAGES_TO_LOAD = 15
|
||||
|
||||
|
|
Loading…
Reference in a new issue