Update the default redis host

This commit is contained in:
Diogo Azevedo
2016-11-14 23:44:01 -02:00
committed by GitHub
parent be90d3fa1b
commit 9ca8ed9960

View File

@@ -110,7 +110,7 @@ return [
'cluster' => false,
'default' => [
'host' => env('REDIS_HOST', 'localhost'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => 0,