We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0eb3d commit f113938Copy full SHA for f113938
config/constants/development.js
@@ -2,8 +2,8 @@ const DOMAIN = 'topcoder-dev.com'
2
const DEV_API_HOSTNAME = `https://api.${DOMAIN}`
3
4
module.exports = {
5
- ACCOUNTS_APP_CONNECTOR_URL: `http://localhost:5000`,
6
- ACCOUNTS_APP_LOGIN_URL: `http://localhost:5000`,
+ ACCOUNTS_APP_CONNECTOR_URL: `https://accounts-auth0.${DOMAIN}`,
+ ACCOUNTS_APP_LOGIN_URL: `https://accounts-auth0.${DOMAIN}`,
7
COMMUNITY_APP_URL: `https://www.${DOMAIN}`,
8
MEMBER_API_URL: `${DEV_API_HOSTNAME}/v4/members`,
9
MEMBER_API_V3_URL: `${DEV_API_HOSTNAME}/v3/members`,
0 commit comments