File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ services:
742742
743743 enterprise-catalog :
744744 image : edxops/enterprise-catalog-dev
745- container_name : edx.devstack. enterprise- catalog
745+ container_name : enterprise. catalog.app
746746 hostname : enterprise-catalog.devstack.edx
747747 command : bash -c 'while true; do python /edx/app/enterprise-catalog/manage.py runserver 0.0.0.0:18160; sleep 2; done'
748748 ports :
Original file line number Diff line number Diff line change 9595DISCOVERY_URL = 'http://edx.devstack.discovery:18381'
9696ENTERPRISE_LEARNER_PORTAL_URL = 'http://localhost:8734'
9797ENTERPRISE_ADMIN_PORTAL_URL = 'http://localhost:1991'
98- ENTERPRISE_CATALOG_URL = 'http://edx.devstack. enterprise- catalog:18160'
98+ ENTERPRISE_CATALOG_URL = 'http://enterprise. catalog.app :18160'
9999ENTERPRISE_SUBSIDY_URL = 'http://edx.devstack.enterprise-subsidy:18280'
100100ENTERPRISE_ACCESS_URL = 'http://localhost:18270'
101101
Original file line number Diff line number Diff line change 7777})
7878
7979LMS_URL = 'http://edx.devstack.lms:18000'
80- ENTERPRISE_CATALOG_URL = 'http://edx.devstack. enterprise- catalog:18160'
80+ ENTERPRISE_CATALOG_URL = 'http://enterprise. catalog.app :18160'
8181ENTERPRISE_SUBSIDY_URL = 'http://localhost:18280'
8282FRONTEND_APP_LEARNING_URL = 'http://localhost:' + LEARNING_MICROFRONTEND_PORT
8383
Original file line number Diff line number Diff line change 7474# END CSRF CONFIG
7575
7676ENTERPRISE_LEARNER_PORTAL_BASE_URL = 'http://localhost:8734'
77- ENTERPRISE_CATALOG_URL = 'http://edx.devstack. enterprise- catalog:18160'
77+ ENTERPRISE_CATALOG_URL = 'http://enterprise. catalog.app :18160'
7878LMS_URL = 'http://edx.devstack.lms:18000'
7979SUPPORT_SITE_URL = 'https://support.edx.org'
8080
You can’t perform that action at this time.
0 commit comments