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

Commit cb31d3c

Browse files
author
dengjun
committed
ci:redeploying
1 parent 447d6bd commit cb31d3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
URL: {
1111
BASE: "https://www.topcoder-dev.com",
1212
COMMUNITY_APP: "https://community-app.topcoder-dev.com",
13-
PLATFORM_WEBSITE_URL: "http://local.topcoder-dev.com:8008",
13+
PLATFORM_WEBSITE_URL: "https://platform.topcoder-dev.com",
1414
},
1515
RECRUIT_API: "https://www.topcoder-dev.com",
1616
// the server api base path

config/development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
URL: {
1010
BASE: "https://www.topcoder-dev.com",
1111
COMMUNITY_APP: "https://community-app.topcoder-dev.com",
12-
PLATFORM_WEBSITE_URL: "http://local.topcoder-dev.com:8008",
12+
PLATFORM_WEBSITE_URL: "https://platform.topcoder-dev.com",
1313
},
1414
RECRUIT_API: "https://www.topcoder-dev.com",
1515
};

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
URL: {
1010
BASE: "https://www.topcoder.com",
1111
COMMUNITY_APP: "https://community-app.topcoder.com",
12-
PLATFORM_WEBSITE_URL: "http://local.topcoder-dev.com:8008",
12+
PLATFORM_WEBSITE_URL: "https://platform.topcoder.com",
1313
},
1414
RECRUIT_API: "https://www.topcoder.com",
1515
};

0 commit comments

Comments
 (0)