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.
2 parents 44ec63c + ef0039c commit d6f723bCopy full SHA for d6f723b
config/default.js
@@ -38,7 +38,7 @@ module.exports = {
38
NEW_CHALLENGE_DURATION_IN_DAYS: process.env.NEW_CHALLENGE_DURATION_IN_DAYS || 5,
39
TC_URL: process.env.TC_URL || 'https://www.topcoder-dev.com',
40
TC_API_URL: process.env.TC_API_URL || 'https://api.topcoder-dev.com/v5',
41
- TC_API_URL_V3: process.env.TC_API_URL || 'https://api.topcoder-dev.com/v3',
+ TC_API_URL_V3: process.env.TC_API_URL_V3 || 'https://api.topcoder-dev.com/v3',
42
GITLAB_API_BASE_URL: process.env.GITLAB_API_BASE_URL || 'https://gitlab.com',
43
ISSUE_LABEL_PREFIX: process.env.ISSUE_LABEL_PREFIX || 'tcx_',
44
PAID_ISSUE_LABEL: process.env.PAID_ISSUE_LABEL || 'tcx_Paid',
0 commit comments