Commit c6e6c872 by Jesse Shapiro Committed by GitHub

Merge pull request #14556 from open-craft/haikuginger/fix-enterprise-enrollment-api-url

[ENT-208] Update AWS ENTERPRISE_ENROLLMENT_API_URL variable
parents d439da44 5fc9be04
......@@ -897,4 +897,7 @@ DOC_LINK_BASE_URL = ENV_TOKENS.get('DOC_LINK_BASE_URL', DOC_LINK_BASE_URL)
############## Settings for the Enterprise App ######################
ENTERPRISE_ENROLLMENT_API_URL = ENV_TOKENS.get('ENTERPRISE_ENROLLMENT_API_URL', ENTERPRISE_ENROLLMENT_API_URL)
ENTERPRISE_ENROLLMENT_API_URL = ENV_TOKENS.get(
'ENTERPRISE_ENROLLMENT_API_URL',
(LMS_ROOT_URL or '') + '/api/enrollment/v1/'
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment