@@ -18,6 +18,7 @@ module.exports = function() {
18
18
HELP_APP_URL : 'help.topcoder-dev.com' ,
19
19
MAIN_URL : 'https://www.topcoder-dev.com' ,
20
20
ARENA_URL : '//arena.topcoder-dev.com' ,
21
+ TCO16_URL : '//tco16.topcoder-dev.com' ,
21
22
NEW_CHALLENGES_URL : 'https://www.topcoder.com/challenges/develop/upcoming/' ,
22
23
NEW_RELIC_APPLICATION_ID : process . env . NEW_RELIC_APPLICATION_ID || '' ,
23
24
PHOTO_LINK_LOCATION : 'https://community.topcoder-dev.com' ,
@@ -70,6 +71,7 @@ module.exports = function() {
70
71
HELP_APP_URL : 'help.topcoder-qa.com' ,
71
72
MAIN_URL : 'https://www.topcoder-qa.com' ,
72
73
ARENA_URL : '//arena.topcoder-qa.com' ,
74
+ TCO16_URL : '//tco16.topcoder-qa.com' ,
73
75
NEW_CHALLENGES_URL : 'https://www.topcoder.com/challenges/develop/upcoming/' ,
74
76
NEW_RELIC_APPLICATION_ID : process . env . NEW_RELIC_APPLICATION_ID || '' ,
75
77
PHOTO_LINK_LOCATION : 'https://community.topcoder-qa.com' ,
@@ -122,6 +124,7 @@ module.exports = function() {
122
124
HELP_APP_URL : 'help.topcoder-qa.com' ,
123
125
MAIN_URL : 'https://www.topcoder-qa.com' ,
124
126
ARENA_URL : '//arena.topcoder-qa.com' ,
127
+ TCO16_URL : '//tco16.topcoder-qa.com' ,
125
128
NEW_CHALLENGES_URL : 'https://www.topcoder.com/challenges/develop/upcoming/' ,
126
129
NEW_RELIC_APPLICATION_ID : process . env . NEW_RELIC_APPLICATION_ID || '' ,
127
130
PHOTO_LINK_LOCATION : 'https://community.topcoder-qa.com' ,
@@ -174,6 +177,7 @@ module.exports = function() {
174
177
HELP_APP_URL : 'help.topcoder.com' ,
175
178
MAIN_URL : 'https://www.topcoder.com' ,
176
179
ARENA_URL : '//arena.topcoder.com' ,
180
+ TCO16_URL : '//tco16.topcoder.com' ,
177
181
NEW_CHALLENGES_URL : 'https://www.topcoder.com/challenges/develop/upcoming/' ,
178
182
NEW_RELIC_APPLICATION_ID : process . env . NEW_RELIC_APPLICATION_ID || '' ,
179
183
PHOTO_LINK_LOCATION : 'https://community.topcoder.com' ,
@@ -226,6 +230,7 @@ module.exports = function() {
226
230
HELP_APP_URL : 'help.topcoder.com' ,
227
231
MAIN_URL : 'https://www.topcoder.com' ,
228
232
ARENA_URL : '//arena.topcoder.com' ,
233
+ TCO16_URL : '//tco16.topcoder.com' ,
229
234
NEW_CHALLENGES_URL : 'https://www.topcoder.com/challenges/develop/upcoming/' ,
230
235
NEW_RELIC_APPLICATION_ID : process . env . NEW_RELIC_APPLICATION_ID || '' ,
231
236
PHOTO_LINK_LOCATION : 'https://community.topcoder.com' ,
0 commit comments