Merged production into hotfix/tarikh-sag-hilang

This commit is contained in:
nur amirah zulkipli
2024-10-14 06:59:43 +00:00
+12 -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'),
@@ -485,5 +473,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,
],
],
];