Add mysql38 for branch putatan 2

This commit is contained in:
Amirah
2024-10-14 11:50:16 +08:00
parent 1621d80a68
commit b19a29bee6
+12
View File
@@ -485,5 +485,17 @@ return [
'prefix' => '',
'strict' => false,
],
'mysql38' => [
'driver' => 'mysql',
'host' => env('DB_HOST_38'),
'port' => env('DB_PORT_38'),
'database' => env('DB_DATABASE_38'),
'username' => env('DB_USERNAME_38'),
'password' => env('DB_PASSWORD_38'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
],
];