Skip to content

Commit 9a37d61

Browse files
author
sachin-maheshwari
authored
Merge pull request #100 from topcoder-platform/dev
Fixing AUTH_SECRET issue
2 parents 209b00d + 5e314c5 commit 9a37d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424

2525
// email notification service related variables
2626
ENV: process.env.ENV,
27-
AUTH_SECRET: process.env.authSecret,
27+
AUTH_SECRET: process.env.AUTH_SECRET,
2828
ENABLE_EMAILS: process.env.ENABLE_EMAILS || true,
2929
ENABLE_DEV_MODE: process.env.ENABLE_DEV_MODE || true,
3030
DEV_MODE_EMAIL: process.env.DEV_MODE_EMAIL,

0 commit comments

Comments
 (0)