@@ -61,11 +61,11 @@ module.exports = {
61
61
} ,
62
62
TOPCODER_VALUES : {
63
63
dev : {
64
- TC_LOGIN_URL : process . env . TC_LOGIN_URL || 'https://accounts.topcoder-dev.com/member ' ,
64
+ TC_LOGIN_URL : process . env . TC_LOGIN_URL || 'https://accounts-auth .topcoder-dev.com' ,
65
65
TC_USER_PROFILE_URL : process . env . TC_USER_PROFILE_URL || 'https://api.topcoder-dev.com/v2/user/profile' ,
66
66
} ,
67
67
prod : {
68
- TC_LOGIN_URL : process . env . TC_LOGIN_URL || 'https://accounts.topcoder.com/member ' ,
68
+ TC_LOGIN_URL : process . env . TC_LOGIN_URL || 'https://accounts-auth0 .topcoder.com' ,
69
69
TC_USER_PROFILE_URL : process . env . TC_USER_PROFILE_URL || 'https://api.topcoder.com/v2/user/profile' ,
70
70
} ,
71
71
} ,
@@ -76,11 +76,11 @@ const frontendConfigs = {
76
76
"JWT_V3_NAME" :"v3jwt" ,
77
77
"JWT_V2_NAME" :"tcjwt" ,
78
78
"COOKIES_SECURE" :false ,
79
- "TC_LOGIN_URL" : "https://accounts.topcoder-dev.com/member " ,
79
+ "TC_LOGIN_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
80
80
"TC_USER_PROFILE_URL" : "http://api.topcoder-dev.com/v2/user/profile" ,
81
81
"API_URL" : "https://127.0.0.1:8443" ,
82
82
"ADMIN_TOOL_URL" : "http://localhost:8080/api/v2" ,
83
- "ACCOUNTS_CONNECTOR_URL" : "https://accounts.topcoder-dev.com/connector.html " ,
83
+ "ACCOUNTS_CONNECTOR_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
84
84
"DIRECT_URL_BASE" : "https://www.topcoder-dev/direct/projectOverview?formData.projectId=" ,
85
85
"OWNER_LOGIN_GITHUB_URL" :"/api/v1/github/owneruser/login" ,
86
86
"OWNER_LOGIN_GITLAB_URL" :"/api/v1/gitlab/owneruser/login" ,
@@ -92,11 +92,11 @@ const frontendConfigs = {
92
92
"JWT_V3_NAME" :"v3jwt" ,
93
93
"JWT_V2_NAME" :"tcjwt" ,
94
94
"COOKIES_SECURE" :false ,
95
- "TC_LOGIN_URL" : "https://accounts.topcoder-dev.com/member " ,
95
+ "TC_LOGIN_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
96
96
"TC_USER_PROFILE_URL" : "https://api.topcoder-dev.com/v2/user/profile" ,
97
97
"API_URL" : "https://api.topcoder-dev.com" ,
98
98
"ADMIN_TOOL_URL" : "https://api.topcoder-dev.com/v2" ,
99
- "ACCOUNTS_CONNECTOR_URL" : "https://accounts.topcoder-dev.com/connector.html " ,
99
+ "ACCOUNTS_CONNECTOR_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
100
100
"DIRECT_URL_BASE" : "https://www.topcoder-dev.com/direct/projectOverview?formData.projectId=" ,
101
101
"OWNER_LOGIN_GITHUB_URL" :"/api/v1/github/owneruser/login" ,
102
102
"OWNER_LOGIN_GITLAB_URL" :"/api/v1/gitlab/owneruser/login" ,
@@ -108,14 +108,14 @@ const frontendConfigs = {
108
108
"JWT_V3_NAME" :"v3jwt" ,
109
109
"JWT_V2_NAME" :"tcjwt" ,
110
110
"COOKIES_SECURE" :false ,
111
- "TC_LOGIN_URL" : "https://accounts.topcoder-dev.com/member " ,
111
+ "TC_LOGIN_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
112
112
113
113
// TODO: we can clean this conf, as no need https://github.com/topcoder-platform/topcoder-x-ui/issues/342
114
114
"TC_USER_PROFILE_URL" : "https://api.topcoder-dev.com/v2/user/profile" ,
115
115
116
116
"API_URL" : "https://api.topcoder-dev.com" ,
117
117
"ADMIN_TOOL_URL" : "https://api.topcoder-dev.com/v2" ,
118
- "ACCOUNTS_CONNECTOR_URL" : "https://accounts.topcoder-dev.com/connector.html " ,
118
+ "ACCOUNTS_CONNECTOR_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
119
119
"DIRECT_URL_BASE" : "https://www.topcoder-dev.com/direct/projectOverview?formData.projectId=" ,
120
120
"OWNER_LOGIN_GITHUB_URL" :"/api/v1/github/owneruser/login" ,
121
121
"OWNER_LOGIN_GITLAB_URL" :"/api/v1/gitlab/owneruser/login" ,
@@ -127,11 +127,11 @@ const frontendConfigs = {
127
127
"JWT_V3_NAME" :"v3jwt" ,
128
128
"JWT_V2_NAME" :"tcjwt" ,
129
129
"COOKIES_SECURE" :false ,
130
- "TC_LOGIN_URL" : "https://accounts.topcoder-dev.com/member " ,
130
+ "TC_LOGIN_URL" : "https://accounts-auth0 .topcoder-dev.com" ,
131
131
"TC_USER_PROFILE_URL" : "https://api.topcoder-dev.com/v2/user/profile" ,
132
132
"API_URL" : "https://api.topcoder-qa.com" ,
133
133
"ADMIN_TOOL_URL" : "https://api.topcoder-qa.com/v2" ,
134
- "ACCOUNTS_CONNECTOR_URL" : "https://accounts.topcoder-qa .com/connector.html " ,
134
+ "ACCOUNTS_CONNECTOR_URL" : "https://accounts-auth0 .topcoder-dev .com" ,
135
135
"DIRECT_URL_BASE" : "https://www.topcoder-dev.com/direct/projectOverview?formData.projectId=" ,
136
136
"OWNER_LOGIN_GITHUB_URL" :"/api/v1/github/owneruser/login" ,
137
137
"OWNER_LOGIN_GITLAB_URL" :"/api/v1/gitlab/owneruser/login" ,
@@ -143,11 +143,11 @@ const frontendConfigs = {
143
143
"JWT_V3_NAME" :"v3jwt" ,
144
144
"JWT_V2_NAME" :"tcjwt" ,
145
145
"COOKIES_SECURE" :false ,
146
- "TC_LOGIN_URL" : "https://accounts.topcoder.com/member " ,
146
+ "TC_LOGIN_URL" : "https://accounts-auth0 .topcoder.com" ,
147
147
"TC_USER_PROFILE_URL" : "https://api.topcoder.com/v2/user/profile" ,
148
148
"API_URL" : "https://api.topcoder.com" ,
149
149
"ADMIN_TOOL_URL" : "https://api.topcoder.com/v2" ,
150
- "ACCOUNTS_CONNECTOR_URL" : "https://accounts.topcoder.com/connector.html " ,
150
+ "ACCOUNTS_CONNECTOR_URL" : "https://accounts-auth0 .topcoder.com" ,
151
151
"DIRECT_URL_BASE" : "https://www.topcoder.com/direct/projectOverview?formData.projectId=" ,
152
152
"OWNER_LOGIN_GITHUB_URL" :"/api/v1/github/owneruser/login" ,
153
153
"OWNER_LOGIN_GITLAB_URL" :"/api/v1/gitlab/owneruser/login" ,
0 commit comments