Commit 4212256e by Fred Smith

Merge pull request #1964 from edx/derf/roll_back_hotfix_file_size_limit

roll back hotfix file size limit
parents 0549619e a2dfe31d
...@@ -476,7 +476,7 @@ EDXAPP_PROFILE_IMAGE_MAX_AGE: 31536000 ...@@ -476,7 +476,7 @@ EDXAPP_PROFILE_IMAGE_MAX_AGE: 31536000
EDXAPP_PROFILE_IMAGE_SECRET_KEY: placeholder_secret_key EDXAPP_PROFILE_IMAGE_SECRET_KEY: placeholder_secret_key
# In bytes # In bytes
EDXAPP_PROFILE_IMAGE_MAX_BYTES: 2097152 EDXAPP_PROFILE_IMAGE_MAX_BYTES: 1048576
EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100 EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100
#-------- Everything below this line is internal to the role ------------ #-------- Everything below this line is internal to the role ------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment