File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = {
30
30
DELETE_SUBMISSION_TOPIC : process . env . DELETE_SUBMISSION_TOPIC || 'submission.notification.delete' ,
31
31
32
32
// challenge registrant resource role id, if not provided then any resource role is considered as registrant
33
- REGISTRANT_RESOURCE_ROLE_ID : process . env . REGISTRANT_RESOURCE_ROLE_ID || '173803d3-019e-4033-b1cf-d7205c7f773a ' ,
33
+ REGISTRANT_RESOURCE_ROLE_ID : process . env . REGISTRANT_RESOURCE_ROLE_ID || '732339e7-8e30-49d7-9198-cccf9451e221 ' ,
34
34
SUBMISSIONS_API_URL : process . env . SUBMISSIONS_API_URL || 'http://localhost:4000/v5/submissions' ,
35
35
RESOURCES_API_URL : process . env . RESOURCES_API_URL || 'http://localhost:4000/v5/resources' ,
36
36
CONTEST_SUBMISSION_TYPE : process . env . CONTEST_SUBMISSION_TYPE || 'Contest Submission' ,
You can’t perform that action at this time.
0 commit comments