Skip to content

Commit a0ce50a

Browse files
author
sachin-maheshwari
authored
Merge pull request #132 from topcoder-platform/feature/V5-API-Standards
V5 API standards
2 parents 28161f7 + d5e9ac5 commit a0ce50a

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)