From 6811203f6283a3a9e59a42472696f0e802e1840e Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Wed, 22 Sep 2021 10:00:11 +0530 Subject: [PATCH] static configuration bucket change --- config/constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/constants.js b/config/constants.js index 620a459..8ca15cb 100644 --- a/config/constants.js +++ b/config/constants.js @@ -2,15 +2,15 @@ module.exports = Object.freeze({ APP_CONFIG: [ { 'appEnv': 'dev', - 'mfeConfigPath': 'https://tc-micro-frontends-dev.s3.amazonaws.com/micro-frontends/micro-frontends-config-development.json', + 'mfeConfigPath': 'https://tc-public-static-files.topcoder-dev.com/micro-frontends/micro-frontends-config-development.json', 'mfeIndexPath': '/index.html', - 'mfeRoutesPath': 'https://tc-micro-frontends-dev.s3.amazonaws.com/micro-frontends/micro-frontends-routes-development.txt' + 'mfeRoutesPath': 'https://tc-public-static-files.topcoder-dev.com/micro-frontends/micro-frontends-routes-development.txt' }, { 'appEnv': 'prod', - 'mfeConfigPath': 'https://tc-micro-frontends-prod.s3.amazonaws.com/micro-frontends/micro-frontends-config-production.json', + 'mfeConfigPath': 'https://tc-public-static-files.topcoder.com/micro-frontends/micro-frontends-config-production.json', 'mfeIndexPath': '/index.html', - 'mfeRoutesPath': 'https://tc-micro-frontends-prod.s3.amazonaws.com/micro-frontends/micro-frontends-routes-production.txt' + 'mfeRoutesPath': 'https://tc-public-static-files.topcoder.com/micro-frontends/micro-frontends-routes-production.txt' }, { 'appEnv': 'local-multi',