This key used to have underscores and was accidentally changed to not have underscores, setting it back to the old value

This commit is contained in:
Cory Lee
2020-02-19 11:32:37 -05:00
parent 615068311f
commit 5b6feccffd

View File

@@ -3332,7 +3332,7 @@ PROFILE_IMAGE_DEFAULT_FILE_EXTENSION = 'png'
# profile images. Once it has been set, changing it will make the
# platform unaware of current image URLs, resulting in reverting all
# users' profile images to the default placeholder image.
PROFILE_IMAGE_SECRET_KEY = 'placeholder secret key'
PROFILE_IMAGE_SECRET_KEY = 'placeholder_secret_key'
PROFILE_IMAGE_MAX_BYTES = 1024 * 1024
PROFILE_IMAGE_MIN_BYTES = 100
PROFILE_IMAGE_SIZES_MAP = {