From 94c00afa65c003718282a62275e8cd9a39a4e1ae Mon Sep 17 00:00:00 2001 From: Serhii Nanai Date: Thu, 25 Sep 2025 12:12:46 +0300 Subject: [PATCH] fix: put CATALOG_MICROFRONTEND_URL with the other mfe urls --- lms/envs/test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/envs/test.py b/lms/envs/test.py index 367714e041..218a7e8461 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -577,6 +577,7 @@ DISCUSSIONS_MICROFRONTEND_URL = "http://discussions-mfe" LEARNER_HOME_MICROFRONTEND_URL = "http://learner-home-mfe" ORA_GRADING_MICROFRONTEND_URL = "http://ora-grading-mfe" ORA_MICROFRONTEND_URL = "http://ora-mfe" +CATALOG_MICROFRONTEND_URL = "http://catalog-mfe" ########################## limiting dashboard courses ###################### @@ -747,5 +748,3 @@ STATIC_ROOT_BASE = "/edx/var/edxapp/staticfiles" STATIC_URL_BASE = "/static/" ZENDESK_API_KEY = "" ZENDESK_USER = "" - -CATALOG_MICROFRONTEND_URL = "http://catalog-mfe"