This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ module.exports = Object.freeze({
22 APP_CONFIG : [
33 {
44 'appEnv' : 'dev' ,
5- 'mfeConfigPath' : 'https://tc-micro-frontends-dev.s3.amazonaws .com/micro-frontends/micro-frontends-config-development.json' ,
5+ 'mfeConfigPath' : 'https://tc-public-static-files.topcoder-dev .com/micro-frontends/micro-frontends-config-development.json' ,
66 'mfeIndexPath' : '/index.html' ,
7- 'mfeRoutesPath' : 'https://tc-micro-frontends-dev.s3.amazonaws .com/micro-frontends/micro-frontends-routes-development.txt'
7+ 'mfeRoutesPath' : 'https://tc-public-static-files.topcoder-dev .com/micro-frontends/micro-frontends-routes-development.txt'
88 } ,
99 {
1010 'appEnv' : 'prod' ,
11- 'mfeConfigPath' : 'https://tc-micro-frontends-prod.s3.amazonaws .com/micro-frontends/micro-frontends-config-production.json' ,
11+ 'mfeConfigPath' : 'https://tc-public-static-files.topcoder .com/micro-frontends/micro-frontends-config-production.json' ,
1212 'mfeIndexPath' : '/index.html' ,
13- 'mfeRoutesPath' : 'https://tc-micro-frontends-prod.s3.amazonaws .com/micro-frontends/micro-frontends-routes-production.txt'
13+ 'mfeRoutesPath' : 'https://tc-public-static-files.topcoder .com/micro-frontends/micro-frontends-routes-production.txt'
1414 } ,
1515 {
1616 'appEnv' : 'local-multi' ,
You can’t perform that action at this time.
0 commit comments