From 045be459f0ff0e32a6e34184d1b5d79188be7ceb Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Tue, 21 Oct 2025 16:47:01 -0400 Subject: [PATCH] chore: rever to old enterprise.catalog.app name to sync with other configs --- docker-compose.yml | 4 ++-- py_configuration_files/enterprise_access.py | 2 +- py_configuration_files/enterprise_subsidy.py | 2 +- py_configuration_files/license_manager.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 87c5e83..6ed1106 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -742,8 +742,8 @@ services: enterprise-catalog: image: edxops/enterprise-catalog-dev - container_name: edx.devstack.enterprise-catalog - hostname: enterprise-catalog.devstack.edx + container_name: enterprise.catalog.app + hostname: enterprise.catalog.app command: bash -c 'while true; do python /edx/app/enterprise-catalog/manage.py runserver 0.0.0.0:18160; sleep 2; done' ports: - "18160:18160" diff --git a/py_configuration_files/enterprise_access.py b/py_configuration_files/enterprise_access.py index b5983ba..58acd18 100644 --- a/py_configuration_files/enterprise_access.py +++ b/py_configuration_files/enterprise_access.py @@ -95,7 +95,7 @@ DISCOVERY_URL = 'http://edx.devstack.discovery:18381' ENTERPRISE_LEARNER_PORTAL_URL = 'http://localhost:8734' ENTERPRISE_ADMIN_PORTAL_URL = 'http://localhost:1991' -ENTERPRISE_CATALOG_URL = 'http://edx.devstack.enterprise-catalog:18160' +ENTERPRISE_CATALOG_URL = 'http://enterprise.catalog.app:18160' ENTERPRISE_SUBSIDY_URL = 'http://edx.devstack.enterprise-subsidy:18280' ENTERPRISE_ACCESS_URL = 'http://localhost:18270' diff --git a/py_configuration_files/enterprise_subsidy.py b/py_configuration_files/enterprise_subsidy.py index 6ee543e..e52d684 100644 --- a/py_configuration_files/enterprise_subsidy.py +++ b/py_configuration_files/enterprise_subsidy.py @@ -77,7 +77,7 @@ }) LMS_URL = 'http://edx.devstack.lms:18000' -ENTERPRISE_CATALOG_URL = 'http://edx.devstack.enterprise-catalog:18160' +ENTERPRISE_CATALOG_URL = 'http://enterprise.catalog.app:18160' ENTERPRISE_SUBSIDY_URL = 'http://localhost:18280' FRONTEND_APP_LEARNING_URL = 'http://localhost:' + LEARNING_MICROFRONTEND_PORT diff --git a/py_configuration_files/license_manager.py b/py_configuration_files/license_manager.py index a56409c..806aab7 100644 --- a/py_configuration_files/license_manager.py +++ b/py_configuration_files/license_manager.py @@ -74,7 +74,7 @@ # END CSRF CONFIG ENTERPRISE_LEARNER_PORTAL_BASE_URL = 'http://localhost:8734' -ENTERPRISE_CATALOG_URL = 'http://edx.devstack.enterprise-catalog:18160' +ENTERPRISE_CATALOG_URL = 'http://enterprise.catalog.app:18160' LMS_URL = 'http://edx.devstack.lms:18000' SUPPORT_SITE_URL = 'https://support.edx.org'