From 75daee134dc0a353b9ed1eb0483005978662dac7 Mon Sep 17 00:00:00 2001 From: Leangseu Kim Date: Mon, 22 Jan 2024 09:41:07 -0500 Subject: [PATCH] chore: add ora mfe to devstack env --- cms/envs/devstack.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cms/envs/devstack.py b/cms/envs/devstack.py index 74f5933822fe..8ea4a8441000 100644 --- a/cms/envs/devstack.py +++ b/cms/envs/devstack.py @@ -301,6 +301,9 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:18150' CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:18150' +########################## ORA MFE APP ############################## +ORA_MICROFRONTEND_URL = 'http://localhost:1992' + ############################ AI_TRANSLATIONS ################################## AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'