fix(config): update redis reference in session file

This commit is contained in:
Thomas Tilkema 2017-11-13 06:40:02 +01:00 committed by Harminder Virk
parent c4e9583325
commit 1af4034a3b

View File

@ -90,5 +90,5 @@ module.exports = {
| the redis file. But you are free to define an object here too. | the redis file. But you are free to define an object here too.
| |
*/ */
redis: 'self::redis.default' redis: 'self::redis.local'
} }