The LMS and edx-enterprise currently communicate via REST APIs, even though they are all running within the same service. Currently API URLs are constructed using LMS_ROOT_URL, but that is problematic on some systems where the external LMS_ROOT_URL is not accessible from the private network, or routing internal requests via the external URL is not desireable. This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which defaults to the value of LMS_ROOT_URL for backwards compatibility. The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct API URLs instead of LMS_ROOT_URL.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
acceptance.py | Loading commit data... | |
acceptance_docker.py | Loading commit data... | |
analytics_exporter.py | Loading commit data... | |
aws.py | Loading commit data... | |
bok_choy.auth.json | Loading commit data... | |
bok_choy.env.json | Loading commit data... | |
bok_choy.py | Loading commit data... | |
bok_choy_docker.auth.json | Loading commit data... | |
bok_choy_docker.env.json | Loading commit data... | |
bok_choy_docker.py | Loading commit data... | |
common.py | Loading commit data... | |
debug_upload.py | Loading commit data... | |
dev.py | Loading commit data... | |
dev_dbperf.py | Loading commit data... | |
devstack.py | Loading commit data... | |
devstack_docker.py | Loading commit data... | |
devstack_optimized.py | Loading commit data... | |
devstack_with_worker.py | Loading commit data... | |
help_tokens.ini | Loading commit data... | |
microsite_test.py | Loading commit data... | |
openstack.py | Loading commit data... | |
test.py | Loading commit data... | |
test_static_optimized.py | Loading commit data... | |
yaml_config.py | Loading commit data... |