experimental: refactoring for pg pool
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = (app) => {
|
||||
store: new (require('connect-pg-simple')(session))({
|
||||
conString: process.env.CONNECTION,
|
||||
createTableIfMissing: true,
|
||||
pruneSessionInterval: 60 * 30
|
||||
})
|
||||
}));
|
||||
}
|
||||
Reference in New Issue
Block a user