We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ac7f4 commit 4b130a8Copy full SHA for 4b130a8
config/default.js
@@ -22,6 +22,7 @@ module.exports = {
22
KAFKA_ERROR_TOPIC: process.env.KAFKA_ERROR_TOPIC || 'error.notification',
23
KAFKA_AGGREGATE_TOPIC: process.env.KAFKA_AGGREGATE_TOPIC || 'submission.notification.aggregate',
24
CHALLENGEAPI_URL: process.env.CHALLENGEAPI_URL || 'https://api.topcoder-dev.com/v4/challenges',
25
+ CHALLENGEAPI_V5_URL: process.env.CHALLENGEAPI_V5_URL || 'https://api.topcoder-dev.com/v5/challenges',
26
AUTH0_URL: process.env.AUTH0_URL, // Auth0 credentials for Submission Service
27
AUTH0_AUDIENCE: process.env.AUTH0_AUDIENCE || 'https://www.topcoder.com',
28
TOKEN_CACHE_TIME: process.env.TOKEN_CACHE_TIME,
0 commit comments