Add comment clarifying which Segment.io key is in use

This commit is contained in:
Renzo Lucioni
2013-06-17 15:35:04 -04:00
parent 1e3efadc28
commit 97f4291b2a
3 changed files with 4 additions and 2 deletions

View File

@@ -165,7 +165,8 @@ MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
############################# SEGMENT-IO ##################################
# If there's an environment variable set, grab it and turn on segment io
# If there's an environment variable set, grab it and turn on Segment.io
# Note that this is the Studio key. There is a separate key for the LMS.
SEGMENT_IO_KEY = os.environ.get('SEGMENT_IO_KEY')
if SEGMENT_IO_KEY:
MITX_FEATURES['SEGMENT_IO'] = True