From da8e0bfa73b732def01ffaf728edb1b08e3266d1 Mon Sep 17 00:00:00 2001 From: Afiq Date: Mon, 18 Jan 2021 15:52:07 +0800 Subject: [PATCH] add cawangan --- config/database.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/database.php b/config/database.php index 6d3dd35..a613421 100644 --- a/config/database.php +++ b/config/database.php @@ -131,5 +131,17 @@ return [ 'prefix' => '', 'strict' => false, ], + 'mysql11' => [ + 'driver' => 'mysql', + 'host' => env('DB_HOST_11'), + 'port' => env('DB_PORT'), + 'database' => env('DB_DATABASE_11'), + 'username' => env('DB_USERNAME_11'), + 'password' => env('DB_PASSWORD_11'), + 'charset' => 'utf8', + 'collation' => 'utf8_unicode_ci', + 'prefix' => '', + 'strict' => false, + ], ], ]; \ No newline at end of file