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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ The following config parameters are supported, they are defined in `config/defau
30
30
| PARTITION | the kafka partition | 0|
31
31
| KAFKA_OPTIONS | the connection option for kafka | see below about KAFKA options |
32
32
|TC_DEV_ENV| the flag whether to use topcoder development api or production| false|
33
+
| TC_AUTHN_URL | the Topcoder authentication url |https://topcoder-dev.auth0.com/oauth/ro|
34
+
| TC_AUTHN_REQUEST_BODY | the Topcoder authentication request body. This makes use of some environment variables: `TC_USERNAME`, `TC_PASSWORD`, `TC_CLIENT_ID`, `CLIENT_V2CONNECTION`| see `default.js`|
35
+
| TC_AUTHZ_URL | the Topcoder authorization url |https://api.topcoder-dev.com/v3/authorizations|
33
36
| NEW_CHALLENGE_TEMPLATE | the body template for new challenge request. You can change the subTrack, reviewTypes, technologies, .. here | see `default.js`|
34
37
| NEW_CHALLENGE_DURATION_IN_DAYS | the duration of new challenge | 5 |
35
38
|TC_URL| the base URL of topcoder to get the challenge URL| defaults to `https://www.topcoder-dev.com`|
Copy file name to clipboardExpand all lines: configuration.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ The following config parameters are supported, they are defined in `config/defau
13
13
|KAFKA_CLIENT_CERT | The Kafka SSL certificate to use when connecting| Read from kafka_client.cer file, but this can be set as a string like it is on Heroku |
14
14
|KAFKA_CLIENT_CERT_KEY | The Kafka SSL certificate key to use when connecting| Read from kafka_client.key file, but this can be set as a string like it is on Heroku|
15
15
|TC_DEV_ENV| the flag whether to use topcoder development api or production| false|
16
+
| TC_AUTHN_URL | the Topcoder authentication url |https://topcoder-dev.auth0.com/oauth/ro|
17
+
| TC_AUTHN_REQUEST_BODY | the Topcoder authentication request body. This makes use of some environment variables: `TC_USERNAME`, `TC_PASSWORD`, `TC_CLIENT_ID`, `CLIENT_V2CONNECTION`| see `default.js`|
18
+
| TC_AUTHZ_URL | the Topcoder authorization url |https://api.topcoder-dev.com/v3/authorizations|
16
19
| NEW_CHALLENGE_TEMPLATE | the body template for new challenge request. You can change the subTrack, reviewTypes, technologies, .. here | see `default.js`|
17
20
| NEW_CHALLENGE_DURATION_IN_DAYS | the duration of new challenge | 5 |
18
21
|TC_URL| the base URL of topcoder to get the challenge URL| defaults to `https://www.topcoder-dev.com`|
0 commit comments