This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ configEnvConstants = (ENV) ->
3232 TCO17_URL : ' http://tco17.topcoder-dev.com'
3333 TCO_HOME_URL : ' https://www.topcoder-dev.com/tco'
3434
35- ACCOUNTS_APP_URL : ' https://accounts.topcoder-dev.com/#/member'
35+ ACCOUNTS_APP_URL : ' https://accounts.topcoder-dev.com/#! /member'
3636 ACCOUNTS_APP_CONNECTOR_URL : ' https://accounts.topcoder-dev.com/connector.html'
3737
3838 FILE_PICKER_API_KEY : process .env .FILE_PICKER_API_KEY_DEV
@@ -73,7 +73,7 @@ configEnvConstants = (ENV) ->
7373 TCO17_URL : ' http://tco17.topcoder-qa.com'
7474 TCO_HOME_URL : ' https://www.topcoder-dev.com/tco'
7575
76- ACCOUNTS_APP_URL : ' https://accounts.topcoder-qa.com/#/member'
76+ ACCOUNTS_APP_URL : ' https://accounts.topcoder-qa.com/#! /member'
7777 ACCOUNTS_APP_CONNECTOR_URL : ' https://accounts.topcoder-qa.com/connector.html'
7878
7979 FILE_PICKER_API_KEY : process .env .FILE_PICKER_API_KEY_QA
@@ -115,7 +115,7 @@ configEnvConstants = (ENV) ->
115115 TCO17_URL : ' http://tco17.topcoder.com'
116116 TCO_HOME_URL : ' https://www.topcoder.com/tco'
117117
118- ACCOUNTS_APP_URL : ' https://accounts.topcoder.com/#/member'
118+ ACCOUNTS_APP_URL : ' https://accounts.topcoder.com/#! /member'
119119 ACCOUNTS_APP_CONNECTOR_URL : ' https://accounts.topcoder.com/connector.html'
120120
121121 FILE_PICKER_API_KEY : process .env .FILE_PICKER_API_KEY_PROD
You can’t perform that action at this time.
0 commit comments