Skip to content

Commit f113938

Browse files
committed
fix: revert back accounts URLS
ref issue #917
1 parent 5b0eb3d commit f113938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/constants/development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ const DOMAIN = 'topcoder-dev.com'
22
const DEV_API_HOSTNAME = `https://api.${DOMAIN}`
33

44
module.exports = {
5-
ACCOUNTS_APP_CONNECTOR_URL: `http://localhost:5000`,
6-
ACCOUNTS_APP_LOGIN_URL: `http://localhost:5000`,
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`,

0 commit comments

Comments
 (0)