We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837aef6 commit 5c8097bCopy full SHA for 5c8097b
config/default.js
@@ -18,7 +18,7 @@ module.exports = {
18
},
19
20
AUTH_SECRET: process.env.authSecret,
21
- VALID_ISSUERS: process.env.validIssuers ? process.env.validIssuers.replace(/\\"/g, '') : null,
+ VALID_ISSUERS: process.env.VALID_ISSUERS ? process.env.VALID_ISSUERS.replace(/\\"/g, '') : null,
22
// keep it here for dev purposes, it's only needed by modified version of tc-core-library-js
23
// which skips token validation when locally deployed
24
0 commit comments