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 e8e8cf9 + beb75d6 commit e0ef244Copy full SHA for e0ef244
config/default.js
@@ -20,7 +20,7 @@ module.exports = {
20
},
21
BUSAPI_URL: process.env.BUSAPI_URL || 'https://api.topcoder-dev.com/v5',
22
KAFKA_ERROR_TOPIC: process.env.KAFKA_ERROR_TOPIC || 'error.notification',
23
- KAFKA_AGGREGATE_TOPIC: process.env.KAFKA_AGGREGATE_TOPIC,
+ 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
AUTH0_URL: process.env.AUTH0_URL, // Auth0 credentials for Submission Service
26
AUTH0_AUDIENCE: process.env.AUTH0_AUDIENCE || 'https://www.topcoder.com',
0 commit comments