From f85c86e6bdd13d0afc5bce1edbe0deb449efb8d2 Mon Sep 17 00:00:00 2001 From: PKulkoRaccoonGang Date: Wed, 30 Jul 2025 06:45:37 +0300 Subject: [PATCH] chore: updated settings for mfes --- lms/envs/devstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index e2fc7fb6c2..05d135d38c 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -396,6 +396,7 @@ COMMUNICATIONS_MICROFRONTEND_URL = 'http://localhost:1984' AUTHN_MICROFRONTEND_URL = 'http://localhost:1999' AUTHN_MICROFRONTEND_DOMAIN = 'localhost:1999' EXAMS_DASHBOARD_MICROFRONTEND_URL = 'http://localhost:2020' +CATALOG_MICROFRONTEND_URL = 'http://localhost:1998' ################### FRONTEND APPLICATION DISCUSSIONS ################### DISCUSSIONS_MICROFRONTEND_URL = 'http://localhost:2002'