removes qualaroo from studio (STUD-1684)
This commit is contained in:
committed by
David Baumgold
parent
0a8b2649c7
commit
826aa4554c
@@ -54,8 +54,6 @@ FEATURES = {
|
||||
# email address for studio staff (eg to request course creation)
|
||||
'STUDIO_REQUEST_EMAIL': '',
|
||||
|
||||
'STUDIO_NPS_SURVEY': True,
|
||||
|
||||
# Segment.io - must explicitly turn it on for production
|
||||
'SEGMENT_IO': False,
|
||||
|
||||
|
||||
@@ -174,9 +174,6 @@ DEBUG_TOOLBAR_CONFIG = {
|
||||
# Stacktraces slow down page loads drastically (for pages with lots of queries).
|
||||
DEBUG_TOOLBAR_MONGO_STACKTRACES = False
|
||||
|
||||
# disable NPS survey in dev mode
|
||||
FEATURES['STUDIO_NPS_SURVEY'] = False
|
||||
|
||||
# Enable URL that shows information about the status of variuous services
|
||||
FEATURES['ENABLE_SERVICE_STATUS'] = True
|
||||
|
||||
|
||||
@@ -188,9 +188,6 @@ PASSWORD_HASHERS = (
|
||||
# dummy segment-io key
|
||||
SEGMENT_IO_KEY = '***REMOVED***'
|
||||
|
||||
# disable NPS survey in test mode
|
||||
FEATURES['STUDIO_NPS_SURVEY'] = False
|
||||
|
||||
FEATURES['ENABLE_SERVICE_STATUS'] = True
|
||||
|
||||
# This is to disable a test under the common directory that will not pass when run under CMS
|
||||
|
||||
Reference in New Issue
Block a user