Skip to content

Commit 97949f4

Browse files
author
sachin-maheshwari
authored
Update default.js
1 parent 73bdcb8 commit 97949f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
},
1818
},
1919

20-
AUTH_SECRET: process.env.authSecret,
20+
AUTH_SECRET: process.env.AUTH_SECRET,
2121
VALID_ISSUERS: process.env.VALID_ISSUERS ? process.env.VALID_ISSUERS.replace(/\\"/g, '') : null,
2222
// keep it here for dev purposes, it's only needed by modified version of tc-core-library-js
2323
// which skips token validation when locally deployed

0 commit comments

Comments
 (0)