File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ module.exports = {
14
14
KAFKA_CLIENT_CERT : process . env . KAFKA_CLIENT_CERT ,
15
15
KAFKA_CLIENT_CERT_KEY : process . env . KAFKA_CLIENT_CERT_KEY ,
16
16
17
- CREATE_CHALLENGE_RESOURCE_TOPIC : process . env . CREATE_CHALLENGE_RESOURCE_TOPIC || 'challenge.resources.notification .create' ,
18
- DELETE_CHALLENGE_RESOURCE_TOPIC : process . env . DELETE_CHALLENGE_RESOURCE_TOPIC || 'challenge.resources.notification .delete' ,
17
+ CREATE_CHALLENGE_RESOURCE_TOPIC : process . env . CREATE_CHALLENGE_RESOURCE_TOPIC || 'challenge.action.resource .create' ,
18
+ DELETE_CHALLENGE_RESOURCE_TOPIC : process . env . DELETE_CHALLENGE_RESOURCE_TOPIC || 'challenge.action.resource .delete' ,
19
19
20
20
CHALLENGE_API_V4_URL : process . env . CHALLENGE_API_V4_URL || 'https://api.topcoder-dev.com/v4/challenges' ,
21
21
CHALLENGE_API_V5_URL : process . env . CHALLENGE_API_V5_URL || 'http://localhost:3001/v5/challenges' ,
You can’t perform that action at this time.
0 commit comments