@@ -2,8 +2,8 @@ const DOMAIN = 'topcoder-dev.com'
22const DEV_API_HOSTNAME = `https://api.${ DOMAIN } `
33
44module . exports = {
5- ACCOUNTS_APP_CONNECTOR_URL : `https://accounts.${ DOMAIN } /connector.html ` ,
6- ACCOUNTS_APP_LOGIN_URL : `https://accounts.${ DOMAIN } /member ` ,
5+ ACCOUNTS_APP_CONNECTOR_URL : `https://accounts-auth0 .${ DOMAIN } ` ,
6+ ACCOUNTS_APP_LOGIN_URL : `https://accounts-auth0 .${ DOMAIN } ` ,
77 COMMUNITY_APP_URL : `https://www.${ DOMAIN } ` ,
88 MEMBER_API_URL : `${ DEV_API_HOSTNAME } /v4/members` ,
99 MEMBER_API_V3_URL : `${ DEV_API_HOSTNAME } /v3/members` ,
@@ -24,7 +24,7 @@ module.exports = {
2424 CONNECT_APP_URL : `https://connect.${ DOMAIN } ` ,
2525 DIRECT_PROJECT_URL : `https://www.${ DOMAIN } /direct` ,
2626 ONLINE_REVIEW_URL : `https://software.${ DOMAIN } ` ,
27- DEFAULT_TERM_UUID : 'b11da5cd-713f-478d-90f4-f679ef53ee95 ' , // Terms & Conditions of Use at TopCoder
27+ DEFAULT_TERM_UUID : '64d6e249-d7a5-4591-8ff5-e872f8a051f9 ' , // Terms & Conditions of Use at TopCoder
2828 DEFAULT_NDA_UUID : '77f558c1-56fb-427c-b974-61ea0a060ca7' , // Appirio NDA v2.0
2929 SUBMITTER_ROLE_UUID : '732339e7-8e30-49d7-9198-cccf9451e221' ,
3030 DEV_TRACK_ID : '9b6fc876-f4d9-4ccb-9dfd-419247628825' ,
0 commit comments