Fix enterprise customer catalog content filter not in settings issue. - ENT-1101
This commit is contained in:
@@ -580,6 +580,12 @@ ENTERPRISE_REPORTING_SECRET = AUTH_TOKENS.get(
|
||||
ENTERPRISE_REPORTING_SECRET
|
||||
)
|
||||
|
||||
# A default dictionary to be used for filtering out enterprise customer catalog.
|
||||
ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER = ENV_TOKENS.get(
|
||||
'ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER',
|
||||
ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER
|
||||
)
|
||||
|
||||
############### Settings for Retirement #####################
|
||||
RETIRED_USERNAME_PREFIX = ENV_TOKENS.get('RETIRED_USERNAME_PREFIX', RETIRED_USERNAME_PREFIX)
|
||||
RETIRED_EMAIL_PREFIX = ENV_TOKENS.get('RETIRED_EMAIL_PREFIX', RETIRED_EMAIL_PREFIX)
|
||||
|
||||
@@ -1475,6 +1475,7 @@ ENTERPRISE_SERVICE_WORKER_USERNAME = 'enterprise_worker'
|
||||
ENTERPRISE_API_CACHE_TIMEOUT = 3600 # Value is in seconds
|
||||
# The default value of this needs to be a 16 character string
|
||||
ENTERPRISE_REPORTING_SECRET = '0000000000000000'
|
||||
ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER = {}
|
||||
|
||||
############## Settings for the Discovery App ######################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user