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 73bdcb8 commit 97949f4Copy full SHA for 97949f4
config/default.js
@@ -17,7 +17,7 @@ module.exports = {
17
},
18
19
20
- AUTH_SECRET: process.env.authSecret,
+ AUTH_SECRET: process.env.AUTH_SECRET,
21
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
0 commit comments