From ccc6e5077d625afd75323f5813b1e745ec24d34d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 13 Nov 2015 12:25:00 -0500 Subject: [PATCH] Make sure Studio has a secret key --- cms/envs/aws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/envs/aws.py b/cms/envs/aws.py index 3656569a98..44f1861b05 100644 --- a/cms/envs/aws.py +++ b/cms/envs/aws.py @@ -249,7 +249,7 @@ EMAIL_HOST_PASSWORD = AUTH_TOKENS.get('EMAIL_HOST_PASSWORD', EMAIL_HOST_PASSWORD # Note that this is the Studio key for Segment. There is a separate key for the LMS. CMS_SEGMENT_KEY = AUTH_TOKENS.get('SEGMENT_KEY') -# SECRET_KEY = AUTH_TOKENS['SECRET_KEY'] +SECRET_KEY = AUTH_TOKENS['SECRET_KEY'] AWS_ACCESS_KEY_ID = AUTH_TOKENS["AWS_ACCESS_KEY_ID"] if AWS_ACCESS_KEY_ID == "":