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

Commit 0867a9c

Browse files
Merge pull request #35 from topcoder-platform/develop
Sync master with develop
2 parents 853f888 + 6e04ab5 commit 0867a9c

File tree

6 files changed

+367
-233
lines changed

6 files changed

+367
-233
lines changed

config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ module.exports = {
1010
: '["https://topcoder-dev.auth0.com/", "https://api.topcoder.com"]',
1111

1212
MONGODB_URL: process.env.MONGODB_URL || 'mongodb://localhost:27017/leaderboardDB',
13-
CHALLENGE_API_URL: process.env.CHALLENGE_API_URL || 'https://api.topcoder-dev.com/%3Cspan%20class="x x-first x-last">v4/challenges',
14-
MEMBER_API_URL: process.env.MEMBER_API_URL || 'https://api.topcoder-dev.com/%3Cspan%20class="x x-first x-last">v3/users',
13+
CHALLENGE_API_URL: process.env.CHALLENGE_API_URL || 'https://api.topcoder-dev.com/%3Cspan%20class="x x-first x-last">v5/challenges',
14+
MEMBER_API_URL: process.env.MEMBER_API_URL || 'https://api.topcoder-dev.com/%3Cspan%20class="x x-first x-last">v5/members',
1515

1616
GROUP_IDS: process.env.GROUP_IDS || '202343,20000000', // Comma separated string of Group IDs,
1717

0 commit comments

Comments
 (0)