Increase maximum uploaded file size in the CMS

See discussion: https://discuss.overhang.io/t/increase-upload-size/556
This commit is contained in:
Régis Behmo 2020-05-13 06:54:03 +02:00
parent ca98507542
commit b30617581d
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Improvement] Increase maximum uploaded file size in the CMS from 10 to 100 Mb.
## v3.12.3 (2020-05-05)
- [Security] Apply most recent edx-platform [security patches](https://discuss.openedx.org/t/security-patch-for-edit-chapter-xss-lint-issues/2030)

View File

@ -4,6 +4,7 @@
STUDIO_NAME = u"{{ PLATFORM_NAME }} - Studio"
MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB = 100
# Create folders if necessary
for folder in [LOG_DIR, MEDIA_ROOT, STATIC_ROOT_BASE]: