Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6811203

Browse files
authored
static configuration bucket change
1 parent dbcbd16 commit 6811203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)