@@ -78,16 +78,6 @@ module.exports = {
78
78
} ,
79
79
} ,
80
80
81
- /* Amount of time [seconds] before expiration of authentication tokens,
82
- * when the frontend will automatically trigger their refreshment. Once
83
- * ready, it will either write to the Redux store fresh token, or will
84
- * remove auth tokens from the store.
85
- * NOTE: With the current implementation of accounts-app this value must be
86
- * smaller than 60 seconds (earlier than 60 seconds before expiration of an
87
- * auth token, a call to the getFreshToken() method returns the old token,
88
- * due to caching). */
89
- REAUTH_TIME : 55 ,
90
-
91
81
/* API key for Segment.io. For development environment the value is set inside
92
82
* development.json, for production environment it is set via CircleCI
93
83
* variables. */
@@ -104,7 +94,7 @@ module.exports = {
104
94
* platform. */
105
95
URL : {
106
96
/* Connector URL of the TC accounts App. */
107
- ACCOUNTS_APP_CONNECTOR : 'https://accounts.topcoder-dev.com/connector.html ' ,
97
+ ACCOUNTS_APP_CONNECTOR : 'https://accounts-auth0 .topcoder-dev.com' ,
108
98
109
99
/* The remote address where the app is deployed. */
110
100
APP : 'https://community-app.topcoder-dev.com' ,
@@ -114,7 +104,7 @@ module.exports = {
114
104
COMMUNITY_APP : 'https://community-app.topcoder-dev.com' ,
115
105
116
106
ARENA : 'https://arena.topcoder-dev.com' ,
117
- AUTH : 'http ://accounts.topcoder-dev.com' ,
107
+ AUTH : 'https ://accounts-auth0 .topcoder-dev.com' ,
118
108
BASE : 'https://www.topcoder-dev.com' ,
119
109
HOME : '/my-dashboard' ,
120
110
BLOG : 'https://www.topcoder-dev.com/blog' ,
@@ -129,6 +119,8 @@ module.exports = {
129
119
BLOCKCHAIN : 'https://blockchain.topcoder-dev.com' ,
130
120
COGNITIVE : 'https://cognitive.topcoder-dev.com' ,
131
121
ZURICH : 'https://community-app.topcoder-dev.com/__community__/zurich' ,
122
+ COMCAST : 'https://community-app.topcoder-dev.com/__community__/comcast' ,
123
+ CS : 'https://community-app.topcoder-dev.com/__community__/cs' ,
132
124
} ,
133
125
134
126
/* Dedicated section to group together links to various articles in
@@ -152,6 +144,7 @@ module.exports = {
152
144
STUDIO : 'https://studio.topcoder-dev.com' ,
153
145
TCO : 'https://www.topcoder.com/tco' ,
154
146
TCO17 : 'https://tco17.topcoder.com/' ,
147
+ TCO19 : 'https://community-app.topcoder-dev.com/__community__/tco19' ,
155
148
156
149
TOPGEAR : 'https://dev-topgear.wipro.com' ,
157
150
@@ -384,8 +377,8 @@ module.exports = {
384
377
] ,
385
378
HEADER_MENU_THEME : 'light' ,
386
379
HEADER_AUTH_URLS : {
387
- href : 'https://accounts.topcoder-dev.com/member/registration ?utm_source=community-app-main' ,
388
- location : 'https://accounts.topcoder-dev.com/member ?retUrl=%S&utm_source=community-app-main' ,
380
+ href : 'https://accounts-auth0 .topcoder-dev.com?utm_source=community-app-main' ,
381
+ location : 'https://accounts-auth0 .topcoder-dev.com?retUrl=%S&utm_source=community-app-main' ,
389
382
} ,
390
383
ACCOUNT_MENU : [
391
384
{
0 commit comments