Adjust doc to match value
This commit is contained in:
parent
0eda424e10
commit
965904e542
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ADMIN_GROUP = ['sysadmin-kernel', 'sysadmin-main']
|
||||||
# List of MIME types allowed for upload in the application
|
# List of MIME types allowed for upload in the application
|
||||||
ALLOWED_MIMETYPES = ['text/plain', 'text/x-log']
|
ALLOWED_MIMETYPES = ['text/plain', 'text/x-log']
|
||||||
|
|
||||||
# Restrict the size of content uploaded, this is 10Kb
|
# Restrict the size of content uploaded, this is 25Kb
|
||||||
MAX_CONTENT_LENGTH = 1024 * 25
|
MAX_CONTENT_LENGTH = 1024 * 25
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue