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

Commit dbc2810

Browse files
committedJan 22, 2021
Prod cofnig update
1 parent 55c6a8b commit dbc2810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://accounts-auth0.topcoder-dev.com/',
6565
},
6666
prod: {
67-
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://accounts.topcoder.com/member',
67+
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://accounts-auth0.topcoder.com/',
6868
},
6969
},
7070
};
@@ -134,14 +134,14 @@ const frontendConfigs = {
134134
JWT_V3_NAME: 'v3jwt',
135135
JWT_V2_NAME: 'tcjwt',
136136
COOKIES_SECURE: false,
137-
TC_LOGIN_URL: 'https://accounts.topcoder.com/member',
137+
TC_LOGIN_URL: 'https://accounts-auth0.topcoder.com/',
138138
API_URL: 'https://api.topcoder.com',
139139
ADMIN_TOOL_URL: 'https://api.topcoder.com/v2',
140140
ACCOUNTS_CONNECTOR_URL: 'https://accounts.topcoder.com/connector.html',
141141
CONNECT_URL_BASE: 'https://connect.topcoder.com/projects/',
142142
OWNER_LOGIN_GITHUB_URL: '/api/v1/github/owneruser/login',
143143
OWNER_LOGIN_GITLAB_URL: '/api/v1/gitlab/owneruser/login',
144-
TOPCODER_URL: 'https://topcoder-dev.com',
144+
TOPCODER_URL: 'https://topcoder.com',
145145
GITHUB_TEAM_URL: 'https://github.com/orgs/',
146146
GITLAB_GROUP_URL: 'https://gitlab.com/groups/',
147147
},

0 commit comments

Comments
 (0)
This repository has been archived.