From a1c790caa77048cf60a07482a4718895386ebca3 Mon Sep 17 00:00:00 2001 From: merdan Date: Sat, 11 Apr 2020 17:18:22 +0500 Subject: [PATCH] checkout fail --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index c6994596..6963e6b2 100644 --- a/config/database.php +++ b/config/database.php @@ -122,7 +122,7 @@ return [ 'cluster' => false, 'default' => [ - 'host' => 'redis', + 'host' => 'localhost', 'port' => 6379, 'database' => 0, ],