Skip to content

Commit f7d187b

Browse files
committed
fix: fixing env var
1 parent 301a460 commit f7d187b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ module.exports = {
254254
JWT_AUTH: {
255255
SECRET: 'mysecret',
256256
AUTH_SECRET: 'mysecret',
257-
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/"]',
258258
},
259259
},
260260
GROWSURF_CAMPAIGN_ID: '',

0 commit comments

Comments
 (0)