Skip to content

Commit

Permalink
feat(config): fix secret ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Apr 16, 2020
1 parent 4639b57 commit 089ff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults/montaineDev.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = _.merge(defaultConfig, {
origin: ['http://localhost:8011'],
},
jwt: {
secret: 'ComeNodeDevSecret', // secret for hash
secret: 'MontaineNodeDevSecret', // secret for hash
expiresIn: 7 * 24 * 60 * 60, // token expire in x sec
},
jwtLou: {
Expand Down

0 comments on commit 089ff7f

Please sign in to comment.