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

Commit 2942bd4

Browse files
authored
Merge pull request #26 from appirio-tech/tco17-updates
adding url for tco17
2 parents d5f41c2 + 9981f6f commit 2942bd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constants.coffee

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ configEnvConstants = (ENV) ->
2929
PHOTO_LINK_LOCATION: 'https://community.topcoder-dev.com'
3030
SWIFT_PROGRAM_URL : 'apple.topcoder-dev.com'
3131
TCO16_URL : 'http://tco16.topcoder-dev.com'
32+
TCO17_URL : 'http://tco17.topcoder-dev.com'
3233

3334
ACCOUNTS_APP_URL : 'https://accounts.topcoder-dev.com/#/member'
3435
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder-dev.com/connector.html'
@@ -64,6 +65,7 @@ configEnvConstants = (ENV) ->
6465
PHOTO_LINK_LOCATION: 'https://community.topcoder-qa.com'
6566
SWIFT_PROGRAM_URL : 'apple.topcoder-qa.com',
6667
TCO16_URL : 'http://tco16.topcoder-qa.com'
68+
TCO17_URL : 'http://tco17.topcoder-qa.com'
6769

6870
ACCOUNTS_APP_URL : 'https://accounts.topcoder-qa.com/#/member'
6971
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder-qa.com/connector.html'
@@ -100,6 +102,7 @@ configEnvConstants = (ENV) ->
100102
PHOTO_LINK_LOCATION: 'https://community.topcoder.com'
101103
SWIFT_PROGRAM_URL : 'apple.topcoder.com',
102104
TCO16_URL : 'http://tco16.topcoder.com'
105+
TCO17_URL : 'http://tco17.topcoder.com'
103106

104107
ACCOUNTS_APP_URL : 'https://accounts.topcoder.com/#/member'
105108
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts.topcoder.com/connector.html'

0 commit comments

Comments
 (0)