This commit is contained in:
e.arrahn
2021-12-01 08:15:07 +08:00
parent 97dfa7474f
commit fc6401dc09
5 changed files with 19 additions and 6 deletions
+12
View File
@@ -413,6 +413,18 @@ return [
'prefix' => '',
'strict' => false,
],
'mysql34' => [
'driver' => 'mysql',
'host' => env('DB_HOST_34'),
'port' => env('DB_PORT_34'),
'database' => env('DB_DATABASE_34'),
'username' => env('DB_USERNAME_34'),
'password' => env('DB_PASSWORD_34'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
],
];