Rename SEGMENT_KEY to have a unique key name for both CMS and LMS

This commit is contained in:
Bill DeRusha
2015-10-01 18:39:57 -04:00
parent cc15a9ada8
commit bcb71a3255
21 changed files with 30 additions and 30 deletions

View File

@@ -167,7 +167,7 @@ FEATURES['ENABLE_SERVICE_STATUS'] = True
# If there's an environment variable set, grab it to turn on Segment
# Note that this is the Studio key. There is a separate key for the LMS.
import os
SEGMENT_KEY = os.environ.get('SEGMENT_KEY')
CMS_SEGMENT_KEY = os.environ.get('SEGMENT_KEY')
#####################################################################