Update session.js redis configuration (#42)
This commit is contained in:
parent
7b9affcb8f
commit
2112a60001
|
@ -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: ''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user