Skip to content
Snippets Groups Projects
Unverified Commit 4fc19f5d authored by Brandon Baker's avatar Brandon Baker Committed by GitHub
Browse files

Add enterprise catalog url settings to CMS (#22895)

parent 2043a294
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,9 @@ from lms.envs.common import (
GENERATE_PROFILE_SCORES,
# Enterprise service settings
ENTERPRISE_CATALOG_INTERNAL_ROOT_URL,
# Methods to derive settings
_make_mako_template_dirs,
_make_locale_paths,
......
......@@ -607,6 +607,10 @@ ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER = ENV_TOKENS.get(
'ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER',
ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER
)
ENTERPRISE_CATALOG_INTERNAL_ROOT_URL = ENV_TOKENS.get(
'ENTERPRISE_CATALOG_INTERNAL_ROOT_URL',
ENTERPRISE_CATALOG_INTERNAL_ROOT_URL
)
# This limits the type of roles that are submittable via the `student` app's manual enrollment
# audit API. While this isn't used in CMS, it is used via Enterprise which is installed in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment