Skip to content

Commit ed324f4

Browse files
authored
Merge pull request #5602 from topcoder-platform/develop
Restore JWT_AUTH Env vars
2 parents 0c2ffbd + e3d32fc commit ed324f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ workflows:
340340
filters:
341341
branches:
342342
only:
343-
- recruit-proxy-api-aggapi
343+
- fix-cors
344344
# This is alternate dev env for parallel testing
345345
- "build-test":
346346
context : org-global

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: '',

0 commit comments

Comments
 (0)