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 |
---|---|---|
.tx | Loading commit data... | |
cms | Loading commit data... | |
common | Loading commit data... | |
conf/locale | Loading commit data... | |
docs | Loading commit data... | |
lms | Loading commit data... | |
openedx | Loading commit data... | |
pavelib | Loading commit data... | |
requirements | Loading commit data... | |
screenshots/baseline | Loading commit data... | |
scripts | Loading commit data... | |
static/monitoring | Loading commit data... | |
test_root | Loading commit data... | |
themes | Loading commit data... | |
vendor_extra/tinymce | Loading commit data... | |
.babelrc | Loading commit data... | |
.coveragerc | Loading commit data... | |
.eslintignore | Loading commit data... | |
.eslintrc.json | Loading commit data... | |
.gitattributes | Loading commit data... | |
.gitignore | Loading commit data... | |
.npmrc | Loading commit data... | |
.stylelintignore | Loading commit data... | |
AUTHORS | Loading commit data... | |
CHANGELOG.rst | Loading commit data... | |
CONTRIBUTING.rst | Loading commit data... | |
LICENSE | Loading commit data... | |
Makefile | Loading commit data... | |
README.rst | Loading commit data... | |
circle.yml | Loading commit data... | |
codecov.yml | Loading commit data... | |
conftest.py | Loading commit data... | |
manage.py | Loading commit data... | |
openedx.yaml | Loading commit data... | |
package.json | Loading commit data... | |
pavement.py | Loading commit data... | |
pylintrc | Loading commit data... | |
pylintrc_tweaks | Loading commit data... | |
setup.cfg | Loading commit data... | |
setup.py | Loading commit data... | |
stylelint.config.js | Loading commit data... | |
tox.ini | Loading commit data... | |
webpack.common.config.js | Loading commit data... | |
webpack.dev.config.js | Loading commit data... | |
webpack.prod.config.js | Loading commit data... |