diff --git a/config/session.js b/config/session.js index 03aec1a..30d6bab 100644 --- a/config/session.js +++ b/config/session.js @@ -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: '' + } }