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

Commit 4bf51c1

Browse files
authored
updating yet another constant file for the TCO URL...
1 parent b2beadc commit 4bf51c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/topcoder.constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ angular.module('CONSTANTS', []).constant('CONSTANTS', {
2121
'SWIFT_PROGRAM_URL' : process.env.SWIFT_PROGRAM_URL,
2222
'TCO16_URL' : process.env.TCO16_URL,
2323
'TCO17_URL' : process.env.TCO17_URL,
24+
'TCO17_URL' : process.env.TCO17_URL,
25+
'TCO_HOME_URL' : process.env.TCO_HOME_URL,
2426
'ACCOUNTS_APP_URL' : process.env.ACCOUNTS_APP_URL,
2527
'FILE_PICKER_API_KEY' : process.env.FILE_PICKER_API_KEY,
2628
'FILE_PICKER_SUBMISSION_CONTAINER_NAME': process.env.FILE_PICKER_SUBMISSION_CONTAINER_NAME,

0 commit comments

Comments
 (0)