This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 1 file changed +4
-4
lines changed
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({
2
2
APP_CONFIG : [
3
3
{
4
4
'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' ,
6
6
'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'
8
8
} ,
9
9
{
10
10
'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' ,
12
12
'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'
14
14
} ,
15
15
{
16
16
'appEnv' : 'local-multi' ,
You can’t perform that action at this time.
0 commit comments