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 8d5daec commit 75ffc0aCopy full SHA for 75ffc0a
config/constants/dev.js
@@ -30,8 +30,8 @@ module.exports = {
30
TCO17_URL : 'https://tco17.topcoder-dev.com',
31
TCO_HOME_URL : 'https://www.topcoder-dev.com/tco',
32
33
- ACCOUNTS_APP_URL : 'http://localhost:5000',
34
- ACCOUNTS_APP_CONNECTOR_URL : 'http://localhost:5000',
+ ACCOUNTS_APP_URL : 'https://accounts-auth0.topcoder-dev.com',
+ ACCOUNTS_APP_CONNECTOR_URL : 'https://accounts-auth0.topcoder-dev.com',
35
36
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY_DEV,
37
FILE_PICKER_SUBMISSION_CONTAINER_NAME: 'submission-staging-dev',
0 commit comments