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

Commit d6f723b

Browse files
committed
Merge branch 'develop'
2 parents 44ec63c + ef0039c commit d6f723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
NEW_CHALLENGE_DURATION_IN_DAYS: process.env.NEW_CHALLENGE_DURATION_IN_DAYS || 5,
3939
TC_URL: process.env.TC_URL || 'https://www.topcoder-dev.com',
4040
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',
41+
TC_API_URL_V3: process.env.TC_API_URL_V3 || 'https://api.topcoder-dev.com/v3',
4242
GITLAB_API_BASE_URL: process.env.GITLAB_API_BASE_URL || 'https://gitlab.com',
4343
ISSUE_LABEL_PREFIX: process.env.ISSUE_LABEL_PREFIX || 'tcx_',
4444
PAID_ISSUE_LABEL: process.env.PAID_ISSUE_LABEL || 'tcx_Paid',

0 commit comments

Comments
 (0)