Skip to content

Commit d5768b7

Browse files
committed
Chore: rever to old enterprise.catalog.app name to sync with other configs
1 parent 268f003 commit d5768b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

py_configuration_files/enterprise_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
DISCOVERY_URL = 'http://edx.devstack.discovery:18381'
9696
ENTERPRISE_LEARNER_PORTAL_URL = 'http://localhost:8734'
9797
ENTERPRISE_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'
9999
ENTERPRISE_SUBSIDY_URL = 'http://edx.devstack.enterprise-subsidy:18280'
100100
ENTERPRISE_ACCESS_URL = 'http://localhost:18270'
101101

py_configuration_files/enterprise_subsidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
})
7878

7979
LMS_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'
8181
ENTERPRISE_SUBSIDY_URL = 'http://localhost:18280'
8282
FRONTEND_APP_LEARNING_URL = 'http://localhost:' + LEARNING_MICROFRONTEND_PORT
8383

py_configuration_files/license_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# END CSRF CONFIG
7575

7676
ENTERPRISE_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'
7878
LMS_URL = 'http://edx.devstack.lms:18000'
7979
SUPPORT_SITE_URL = 'https://support.edx.org'
8080

0 commit comments

Comments
 (0)