diff --git a/bin/config.js b/bin/config.js index c1022eb..204c5a1 100644 --- a/bin/config.js +++ b/bin/config.js @@ -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)