File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 843843
844844# Public domain name of Studio (should be resolvable from the end-user's browser)
845845CMS_BASE = 'localhost:18010'
846+ CMS_ROOT_URL = "https://localhost:18010"
846847
847848LOG_DIR = '/edx/var/log/edx'
848849
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ def get_env_setting(setting):
163163CMS_BASE = ENV_TOKENS .get ('CMS_BASE' )
164164LMS_BASE = ENV_TOKENS .get ('LMS_BASE' )
165165LMS_ROOT_URL = ENV_TOKENS .get ('LMS_ROOT_URL' )
166+ CMS_ROOT_URL = ENV_TOKENS .get ('CMS_ROOT_URL' )
166167LMS_INTERNAL_ROOT_URL = ENV_TOKENS .get ('LMS_INTERNAL_ROOT_URL' , LMS_ROOT_URL )
167168ENTERPRISE_API_URL = ENV_TOKENS .get ('ENTERPRISE_API_URL' , LMS_INTERNAL_ROOT_URL + '/enterprise/api/v1/' )
168169ENTERPRISE_CONSENT_API_URL = ENV_TOKENS .get ('ENTERPRISE_CONSENT_API_URL' , LMS_INTERNAL_ROOT_URL + '/consent/api/v1/' )
You can’t perform that action at this time.
0 commit comments