Merge pull request #4046 from diogoazevedos/master

Use the IP instead of DNS in redis host
This commit is contained in:
Taylor Otwell 2016-11-15 08:19:30 -06:00 committed by GitHub
commit 038ae10ae7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
'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,