1
0
Fork 0

cfg - remove rememberMe feature. not useful & secure

This commit is contained in:
Ruben Meyer 2019-11-24 00:26:53 +01:00
parent 01b7de0d29
commit 7038eec5c4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = {
sessionKey: require('crypto').randomBytes(32).toString('hex'),
cookieKey: require('crypto').randomBytes(32).toString('hex'),
registration: false, // false -> no registration
rememberMeMaxAge: 1000*60*60 // two weeks (milliseconds*seconds*minutes)
cookieMaxAge: 1000*60*60 // one hour (milliseconds*seconds*minutes)
},
app: {
locale: 'de-DE', // default locale (de-DE & en-EN should be available)