mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: FILE_ALLOWED_EXTENSIONS without quotes
This commit is contained in:
parent
f88e53925e
commit
6a6844ec20
1 changed files with 2 additions and 2 deletions
|
@ -287,5 +287,5 @@ TEXT_MAX_SIZE = 1000000
|
|||
# 1 Gb Max file size for file submission
|
||||
FILE_MAX_SIZE = 1000000000
|
||||
# Managed file extenions for file submission, comma separated
|
||||
# TODO add 'zip', 'gz' and 'tar.gz'
|
||||
FILE_ALLOWED_EXTENSIONS = 'txt','sh','pdf'
|
||||
# TODO add zip, gz and tar.gz
|
||||
FILE_ALLOWED_EXTENSIONS = txt,sh,pdf
|
||||
|
|
Loading…
Reference in a new issue