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
+12-11
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,12 @@ The following config parameters are supported, they are defined in `config.js` a
67
67
| GITHUB_CLIENT_SECRET | the GitHub client secret ||
68
68
| GITLAB_CLIENT_ID | the GitLab client id ||
69
69
| GITLAB_CLIENT_SECRET | the GitLab client secret ||
70
-
| WEBSITE | used as base to construct various URLs |http://topcoderx.topcoder.com/|
70
+
| WEBSITE | used as base to construct various URLs |http://topcoderx.topcoder-dev.com/|
71
71
72
72
| GITLAB_API_BASE_URL | The Gitlab API base URL |https://gitlab.com/api/v4|
73
73
74
74
| TC_LOGIN_URL | URL to do TopCoder login ||
75
-
| TC_USER_PROFILE_URL | URL to to call TopCoder API to get profile from token |https://accounts.topcoder.com/member?retUrl=http:%2F%2Ftopcoderx.topcoder.com%2Fapi%2Fv1%2Ftclogin|
75
+
| TC_USER_PROFILE_URL | URL to to call TopCoder API to get profile from token |https://accounts.topcoder-dev.com/member?retUrl=http:%2F%2Ftopcoderx.topcoder-dev.com%2Fapi%2Fv1%2Ftclogin|
76
76
|TOPIC | kafka topic||
77
77
|KAFKA_OPTIONS | kafka options||
78
78
@@ -102,7 +102,7 @@ The frontend config file contains following variables to be configured in `src/f
102
102
- click the left panel --> Developer settings --> OAuth Apps
103
103
- click the `Register a new application`, fill in the fields,
104
104
note that the `Authorization callback URL` should be the deployed web site,
105
-
for local deployment, it should be `http://topcoderx.topcoder.com`
105
+
for local deployment, it should be `http://topcoderx.topcoder-dev.com`
106
106
- after creating the OAuth app, you can see its client id and client secret,
107
107
these should be set to GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET environment variables
108
108
@@ -113,8 +113,8 @@ The frontend config file contains following variables to be configured in `src/f
113
113
- click the `Applications` tab
114
114
- enter application name, e.g. `Topcoder-x`
115
115
- for Redirect URI, enter two callback URLs, one callback URL per line, so there are two lines:
0 commit comments