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

Commit 61b025c

Browse files
committed
update activation url
1 parent 7507828 commit 61b025c

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

actions/challengeRegistration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ var sendNotificationEmail = function (api, componentInfo, userId, activeForumCat
404404
if (challengeType === CHALLENGE_TYPE.DEVELOP) {
405405
forumURL = api.config.tcConfig.developForumsUrlPrefix + activeForumCategoryId;
406406
reviewURL = process.env.TC_SOFTWARE_SERVER_NAME + '/review/actions/ViewProjectDetails?pid=' + challengeId;
407-
submitURL = process.env.TC_ACTIVATION_SERVER_NAME + '/challenge-details/' + challengeId + '/submit/?type=develop';
407+
submitURL = process.env.TC_WWW_SERVER_NAME + '/challenge-details/' + challengeId + '/submit/?type=develop';
408408
} else if (challengeType === CHALLENGE_TYPE.DESIGN) {
409409
forumURL = api.config.tcConfig.studioForumsUrlPrefix + activeForumCategoryId;
410410
//submitURL = process.env.TC_STUDIO_SERVER_NAME + '/?module=ViewContestDetails&ct=' + challengeId;

deploy/ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export TC_EMAIL_PASSWORD=tc_public_email
5858
5959
export TC_EMAIL_TEMPLATE_DIR=mail_templates
6060

61-
export TC_ACTIVATION_SERVER_NAME="https://www.topcoder.com"
61+
export TC_ACTIVATION_SERVER_NAME="https://api.topcoder.com/pub/activation.html"
62+
export TC_WWW_SERVER_NAME="https://www.topcoder.com"
6263
export TC_SOFTWARE_SERVER_NAME="https://www.topcoder.com"
6364

6465
#export DISABLE_CONSOLE_LOG=true

deploy/development.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export TC_EMAIL_PASSWORD=tc_public_email
6060
6161
export TC_EMAIL_TEMPLATE_DIR=mail_templates
6262

63-
export TC_ACTIVATION_SERVER_NAME="https://www.topcoder.com"
63+
export TC_ACTIVATION_SERVER_NAME="https://api.topcoder.com/pub/activation.html"
64+
export TC_WWW_SERVER_NAME="https://www.topcoder.com"
6465
export TC_SOFTWARE_SERVER_NAME="https://software.topcoder.com"
6566
export TC_FORUMS_SERVER_NAME="http://apps.topcoder.com/forums"
6667

deploy/vm.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export TC_EMAIL_PASSWORD=tc_public_email
5454
5555
export TC_EMAIL_TEMPLATE_DIR=mail_templates
5656

57-
export TC_ACTIVATION_SERVER_NAME="https://www.topcoder.com"
57+
export TC_ACTIVATION_SERVER_NAME="https://api.topcoder.com/pub/activation.html"
58+
export TC_WWW_SERVER_NAME="https://www.topcoder.com"
5859
export TC_SOFTWARE_SERVER_NAME="https://software.topcoder.com"
5960
export TC_FORUMS_SERVER_NAME="http://apps.topcoder.com/forums"
6061

local/env.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export TC_EMAIL_PASSWORD=tc_public_email
5858
5959
export TC_EMAIL_TEMPLATE_DIR=mail_templates
6060

61-
export TC_ACTIVATION_SERVER_NAME="https://www.topcoder.com"
61+
export TC_ACTIVATION_SERVER_NAME="https://api.topcoder.com/pub/activation.html"
62+
export TC_WWW_SERVER_NAME="https://www.topcoder.com"
6263
export TC_SOFTWARE_SERVER_NAME="https://software.topcoder.com"
6364
export TC_FORUMS_SERVER_NAME="http://apps.topcoder.com/forums"
6465

0 commit comments

Comments
 (0)