Skip to content

Commit 67b76fe

Browse files
committed
implement v5 API
1 parent 3ccf1c6 commit 67b76fe

File tree

8 files changed

+1119
-879
lines changed

8 files changed

+1119
-879
lines changed

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
TC_API_V4_BASE_URL: process.env.TC_API_V4_BASE_URL || '',
3333
TC_API_V5_BASE_URL: process.env.TC_API_V5_BASE_URL || '',
3434
API_CONTEXT_PATH: process.env.API_CONTEXT_PATH || '/v5/notifications',
35+
API_BASE_URL: process.env.API_BASE_URL || 'http://api.topcoder-dev.com',
3536

3637
// Configuration for generating machine to machine auth0 token.
3738
// The token will be used for calling another internal API.

0 commit comments

Comments
 (0)