From 9ca8ed99609abd473da42f5affdab266d867b532 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Mon, 14 Nov 2016 23:44:01 -0200 Subject: [PATCH] Update the default redis host --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 55e6077b..1b87e0f1 100644 --- a/config/database.php +++ b/config/database.php @@ -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,