Skip to content

Commit 69fb08a

Browse files
authored
Merge pull request #5604 from topcoder-platform/fix-env-value-issuer
Fix env value issuer
2 parents ed324f4 + f7d187b commit 69fb08a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ workflows:
340340
filters:
341341
branches:
342342
only:
343-
- fix-cors
343+
- develop
344344
# This is alternate dev env for parallel testing
345345
- "build-test":
346346
context : org-global
@@ -368,7 +368,7 @@ workflows:
368368
filters: &filters-staging
369369
branches:
370370
only:
371-
- develop
371+
- fix-env-value-issuer
372372
# Production builds are exectuted
373373
# when PR is merged to the master
374374
# Don't change anything in this configuration

config/default.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,12 @@ module.exports = {
251251
RECRUITCRM_API_KEY: '',
252252
GROWSURF_API_KEY: '',
253253
SENDGRID_API_KEY: '',
254-
255254
JWT_AUTH: {
256255
SECRET: 'mysecret',
257256
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/"]',
257+
VALID_ISSUERS: '["https://api.topcoder-dev.com", "https://api.topcoder.com", "https://topcoder-dev.auth0.com/", "https://auth.topcoder-dev.com/","https://topcoder.auth0.com/","https://auth.topcoder.com/"]',
259258
},
260259
},
261-
262260
GROWSURF_CAMPAIGN_ID: '',
263261
GROWSURF_COOKIE: '_tc_gigs_ref',
264262
GROWSURF_COOKIE_SETTINGS: {

0 commit comments

Comments
 (0)