From df6d60b29e90c21dfac7c39004a50e8c66a01c42 Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Tue, 24 Oct 2023 15:41:47 +0300 Subject: [PATCH] TSJR-182 - remove Profiles app config --- config/micro-frontends-config-dev.json | 1 - config/micro-frontends-config-local.json | 3 +-- config/micro-frontends-config-prod.json | 1 - config/micro-frontends-config-qa.json | 1 - config/micro-frontends-routes-dev.txt | 3 --- config/micro-frontends-routes-local.txt | 3 --- config/micro-frontends-routes-prod.txt | 3 --- config/micro-frontends-routes-qa.txt | 3 --- 8 files changed, 1 insertion(+), 17 deletions(-) diff --git a/config/micro-frontends-config-dev.json b/config/micro-frontends-config-dev.json index 7c98eca..0b8b665 100644 --- a/config/micro-frontends-config-dev.json +++ b/config/micro-frontends-config-dev.json @@ -10,7 +10,6 @@ "@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js", "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js", "@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-dev.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js", - "@topcoder/micro-frontends-profile-app": "https://platform.topcoder-dev.com/profile-app/topcoder-micro-frontends-profile-app.js", "@topcoder/micro-frontends-onboarding-app": "https://platform.topcoder-dev.com/onboarding-app/topcoder-micro-frontends-onboarding-app.js", "@topcoder/micro-frontends-forums-app": "https://platform.topcoder-dev.com/forums-app/topcoder-micro-frontends-forums-app.js", "@topcoder/mfe-customer-work": "https://platform.topcoder-dev.com/self-service-app/topcoder-mfe-customer-work.js" diff --git a/config/micro-frontends-config-local.json b/config/micro-frontends-config-local.json index 1f4d5b6..fe77e91 100644 --- a/config/micro-frontends-config-local.json +++ b/config/micro-frontends-config-local.json @@ -10,9 +10,8 @@ "@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js", "@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js", "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js", - "@topcoder/micro-frontends-profile-app": "http://localhost:8009/profile-app/topcoder-micro-frontends-profile-app.js", "@topcoder/micro-frontends-onboarding-app": "http://localhost:8510/onboarding-app/topcoder-micro-frontends-onboarding-app.js", "@topcoder/micro-frontends-forums-app": "http://localhost:8510/forums-app/topcoder-micro-frontends-forums-app.js", "@topcoder/mfe-customer-work": "http://localhost:8519/self-service-app/topcoder-mfe-customer-work.js" } -} +} \ No newline at end of file diff --git a/config/micro-frontends-config-prod.json b/config/micro-frontends-config-prod.json index 93bb399..b999c5d 100644 --- a/config/micro-frontends-config-prod.json +++ b/config/micro-frontends-config-prod.json @@ -9,7 +9,6 @@ "@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder.com/submissionreview/topcoder-micro-frontends-submission-review-app.js", "@topcoder/micro-frontends-model-app": "https://platform.topcoder.com/model-app/topcoder-micro-frontends-model-app.js", "@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js", - "@topcoder/micro-frontends-profile-app": "https://platform.topcoder.com/profile-app/topcoder-micro-frontends-profile-app.js", "@topcoder/micro-frontends-onboarding-app": "https://platform.topcoder.com/onboarding-app/topcoder-micro-frontends-onboarding-app.js", "@topcoder/mfe-customer-work": "https://platform.topcoder.com/self-service-app/topcoder-mfe-customer-work.js" } diff --git a/config/micro-frontends-config-qa.json b/config/micro-frontends-config-qa.json index f4ceb77..2d72ba1 100644 --- a/config/micro-frontends-config-qa.json +++ b/config/micro-frontends-config-qa.json @@ -10,7 +10,6 @@ "@topcoder/micro-frontends-model-app": "https://platform.topcoder-qa.com/model-app/topcoder-micro-frontends-model-app.js", "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js", "@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-qa.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js", - "@topcoder/micro-frontends-profile-app": "https://platform.topcoder-qa.com/profile-app/topcoder-micro-frontends-profile-app.js", "@topcoder/micro-frontends-onboarding-app": "https://platform.topcoder-qa.com/onboarding-app/topcoder-micro-frontends-onboarding-app.js", "@topcoder/micro-frontends-forums-app": "https://platform.topcoder-qa.com/forums-app/topcoder-micro-frontends-forums-app.js", "@topcoder/mfe-customer-work": "https://platform.topcoder-qa.com/self-service-app/topcoder-mfe-customer-work.js" diff --git a/config/micro-frontends-routes-dev.txt b/config/micro-frontends-routes-dev.txt index 3c2d3ea..9dd419b 100644 --- a/config/micro-frontends-routes-dev.txt +++ b/config/micro-frontends-routes-dev.txt @@ -25,9 +25,6 @@ - - - diff --git a/config/micro-frontends-routes-local.txt b/config/micro-frontends-routes-local.txt index 1961d8d..3d6f34b 100644 --- a/config/micro-frontends-routes-local.txt +++ b/config/micro-frontends-routes-local.txt @@ -25,9 +25,6 @@ - - - diff --git a/config/micro-frontends-routes-prod.txt b/config/micro-frontends-routes-prod.txt index 13d26ad..2ba887c 100644 --- a/config/micro-frontends-routes-prod.txt +++ b/config/micro-frontends-routes-prod.txt @@ -22,9 +22,6 @@ - - - diff --git a/config/micro-frontends-routes-qa.txt b/config/micro-frontends-routes-qa.txt index 3c2d3ea..9dd419b 100644 --- a/config/micro-frontends-routes-qa.txt +++ b/config/micro-frontends-routes-qa.txt @@ -25,9 +25,6 @@ - - -