Skip to content

Commit ee57934

Browse files
author
dengjun
committed
ci:deploying proxy api
1 parent 1d89882 commit ee57934

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

config/default.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ module.exports = {
251251
RECRUITCRM_API_KEY: '',
252252
GROWSURF_API_KEY: '',
253253
SENDGRID_API_KEY: '',
254+
255+
JWT_AUTH: {
256+
SECRET: 'mysecret',
257+
AUTH_SECRET: 'mysecret',
258+
VALID_ISSUERS: '["https://api.topcoder-dev.com", "https://api.topcoder.com", "https://topcoder-dev.auth0.com/", "https://auth.topcoder-dev.com/"]',
259+
},
254260
},
255261

256262
GROWSURF_CAMPAIGN_ID: '',

config/development.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@ module.exports = {
55
USER_SETTINGS: '', /* No dev server is available for saved searches */
66
},
77
PLATFORM_SITE_URL: 'https://platform.topcoder-dev.com',
8-
JWT_AUTH: {
9-
SECRET: 'mysecret',
10-
AUTH_SECRET: 'mysecret',
11-
VALID_ISSUERS: '["https://api.topcoder-dev.com", "https://api.topcoder.com", "https://topcoder-dev.auth0.com/", "https://auth.topcoder-dev.com/"]',
12-
},
138
};

config/production.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,4 @@ module.exports = {
214214
TC_EDU_SEARCH_PATH: '/search',
215215
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
216216
ENABLE_RECOMMENDER: true,
217-
JWT_AUTH: {
218-
SECRET: 'mysecret',
219-
AUTH_SECRET: 'mysecret',
220-
VALID_ISSUERS: '["https://api.topcoder-dev.com", "https://api.topcoder.com", "https://topcoder-dev.auth0.com/", "https://auth.topcoder-dev.com/"]',
221-
},
222217
};

0 commit comments

Comments
 (0)