From 91cc2fed128cbfff1fda315a4f4cd1fc0607c9cc Mon Sep 17 00:00:00 2001 From: Aldarien Date: Fri, 26 Mar 2021 02:37:58 +0000 Subject: [PATCH] Local Database --- config/databases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/databases.php b/config/databases.php index b74a9b1..16cd719 100644 --- a/config/databases.php +++ b/config/databases.php @@ -1,7 +1,7 @@ [ - 'host' => 'db', + 'host' => 'localhost', //'port' => 3306, 'database' => 'incoviba', 'username' => 'incoviba',