This commit is contained in:
Afiq
2022-03-01 22:24:42 +08:00
parent b9a9d65811
commit 6881aaa2a8
6 changed files with 287 additions and 207 deletions
+12
View File
@@ -5,6 +5,18 @@ return [
'default' => 'accounts',
'connections' => [
'lelong' => [
'driver' => 'mysql',
'host' => env('DB_HOST_LELONG'),
'port' => env('DB_PORT_LELONG'),
'database' => env('DB_DATABASE_LELONG'),
'username' => env('DB_USERNAME_LELONG'),
'password' => env('DB_PASSWORD_LELONG'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST'),