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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,16 @@ The following parameters can be set in config files or in env variables:
45
45
- KAFKA_CLIENT_CERT_KEY: Kafka connection private key, optional, default value is undefined;
46
46
if not provided, then SSL connection is not used, direct insecure connection is used;
47
47
if provided, it can be either path to private key file or private key content
48
-
- KAFKA_TOPIC: Kafka topic to listen, default value is 'challenge.notification.create'
48
+
- CHALLENGE_CREATE_TOPIC: Kafka topic to listen, default value is 'challenge.notification.create'
49
+
- PROJECT_MEMBER_ADDED_TOPIC: Kafka topic to listen when a member is added to a project, default value: connect.notification.project.member.joined
50
+
- PROJECT_MEMBER_REMOVED_TOPIC: Kafka topic to listen when a member is removed to a project, default value: connect.notification.project.member.removed
49
51
- REQUEST_TIMEOUT: superagent request timeout in milliseconds, default value is 20000
50
52
- RESOURCE_ROLE_ID: the challenge member resource role id
53
+
- MANAGER_RESOURCE_ROLE_ID: the challenge manager resource role ID
51
54
- GET_PROJECT_API_BASE: get project API base URL, default value is mock API 'http://localhost:4000/v5/projects'
52
55
- SEARCH_MEMBERS_API_BASE: search members API base URL, default value is 'https://api.topcoder.com/v3/members/_search'
53
-
- CREATE_RESOURCE_API: create resource API URL, default value is mock API 'http://localhost:4000/v5/resources'
56
+
- RESOURCES_API: create resource API URL, default value is mock API 'http://localhost:4000/v5/resources'
57
+
- CHALLENGE_API: the challennge API URL, default value is http://localhost:4000/v5/challenges
54
58
55
59
56
60
Set the following environment variables so that the app can get TC M2M token (use 'set' insted of 'export' for Windows OS):
0 commit comments