Update session.js redis configuration (#42)

This commit is contained in:
Zane Chua 2019-05-27 15:42:37 +08:00 committed by Romain Lanz
parent 7b9affcb8f
commit 2112a60001

View File

@ -91,5 +91,11 @@ module.exports = {
| the redis file. But you are free to define an object here too.
|
*/
redis: 'self::redis.local'
redis: {
host: '127.0.0.1',
port: 6379,
password: null,
db: 0,
keyPrefix: ''
}
}