You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,10 @@ The following parameters can be set in config files or in env variables:
21
21
- REVIEW_TOPIC : Review topic, default value is 'submission.notification.score'
22
22
- CREATE_SUBMISSION_TOPIC : create submission topic, default value is 'submission.notification.create'
23
23
- UPDATE_SUBMISSION_TOPIC : update submission topic, default value is 'submission.notification.update'
24
-
- REVIEW_API_URL: review api url, default is 'https://api.topcoder-dev.com/v5/reviews'
25
-
- SUBMISSION_API_URL: submission api url, default is 'https://api.topcoder-dev.com/v5/submissions'
26
-
- REVIEW_TYPE_API_URL: review type api url, default is 'https://api.topcoder-dev.com/v5/reviewTypes'
24
+
- SUBMISSION_API_URL: submission api url, default is 'https://api.topcoder-dev.com/v5'
27
25
- CHALLENGE_API_URL: challenge API URL, default is 'https://api.topcoder-dev.com/v4/challenges'
28
26
- SCORECARD_API_URL: scorecard API URL, default is 'http://localhost:4000/scorecards'
27
+
- BUS_API_URL: bus API URL, default is 'https://api.topcoder-dev.com/v5/bus/events'
29
28
- AUTH0_URL: Auth0 URL, used to get TC M2M token
30
29
- AUTH0_AUDIENCE: Auth0 audience, used to get TC M2M token
31
30
- TOKEN_CACHE_TIME: Auth0 token cache time, used to get TC M2M token
@@ -38,7 +37,6 @@ Also note that there is a `/health` endpoint that checks for the health of the a
38
37
39
38
Configuration for the tests is at `config/test.js`, only add such new configurations different from `config/default.js`
40
39
- WAIT_TIME: wait time used in test, default is 2000 or 2 seconds
41
-
- REVIEW_SUMMATION_API_URL: review summation api url, used to clear resource during testing, default is 'https://api.topcoder-dev.com/v5/reviewSummations'
0 commit comments