Remove duplicate mysql37

This commit is contained in:
Amirah
2024-10-14 12:00:33 +08:00
parent 92bc173773
commit e3747a5bbe
-12
View File
@@ -29,18 +29,6 @@ return [
'prefix' => '',
'strict' => false,
],
'mysql37' => [
'driver' => 'mysql',
'host' => env('DB_HOST_37'),
'port' => env('DB_PORT_37'),
'database' => env('DB_DATABASE_37'),
'username' => env('DB_USERNAME_37'),
'password' => env('DB_PASSWORD_37'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql2' => [
'driver' => 'mysql',
'host' => env('DB_HOST_2'),