From 8d49e94519669b905e5c8ef3c581cdf5453ec0a6 Mon Sep 17 00:00:00 2001 From: Brian Beggs Date: Tue, 21 Oct 2025 16:23:28 -0400 Subject: [PATCH] chore: replace enterprise.catalog.app with edx.devstack.enterprise-catalog --- enterprise_access/settings/devstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise_access/settings/devstack.py b/enterprise_access/settings/devstack.py index 70e13441c..9a363332d 100644 --- a/enterprise_access/settings/devstack.py +++ b/enterprise_access/settings/devstack.py @@ -98,7 +98,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://enterprise.catalog.app:18160' +ENTERPRISE_CATALOG_URL = 'http://edx.devstack.enterprise-catalog:18160' ENTERPRISE_SUBSIDY_URL = 'http://enterprise-subsidy.app:18280' ENTERPRISE_ACCESS_URL = 'http://localhost:18270'