Skip to content

Commit 75ffc0a

Browse files
committed
fix use DEV auth instead of local
1 parent 8d5daec commit 75ffc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/constants/dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ module.exports = {
3030
TCO17_URL : 'https://tco17.topcoder-dev.com',
3131
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco',
3232

33-
ACCOUNTS_APP_URL : 'http://localhost:5000',
34-
ACCOUNTS_APP_CONNECTOR_URL : 'http://localhost:5000',
33+
ACCOUNTS_APP_URL : 'https://accounts-auth0.topcoder-dev.com',
34+
ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts-auth0.topcoder-dev.com',
3535

3636
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY_DEV,
3737
FILE_PICKER_SUBMISSION_CONTAINER_NAME: 'submission-staging-dev',

0 commit comments

Comments
 (0)