Skip to content

Commit

Permalink
fix(jwt): env variable name change for jwt secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Sep 12, 2017
1 parent 7b63c78 commit ad651b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = {
}
},
jwt: {
secret: process.env.FACEBOOK_ID || 'test'
secret: process.env.JWT_SECRET || 'test'
},
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',
Expand Down

0 comments on commit ad651b9

Please sign in to comment.