Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 19753bd

Browse files
committed
Test
1 parent f9e00c3 commit 19753bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ module.exports = {
5959
},
6060
TOPCODER_VALUES: {
6161
dev: {
62-
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://accounts.topcoder-dev.com/member',
62+
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://DEFAULT',
6363
TC_USER_PROFILE_URL: process.env.TC_USER_PROFILE_URL || 'https://api.topcoder-dev.com/v2/user/profile',
6464
},
6565
prod: {
66-
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://accounts.topcoder.com/member',
66+
TC_LOGIN_URL: process.env.TC_LOGIN_URL || 'https://DEFAULT',
6767
TC_USER_PROFILE_URL: process.env.TC_USER_PROFILE_URL || 'https://api.topcoder.com/v2/user/profile',
6868
},
6969
},

0 commit comments

Comments
 (0)