|
@@ -54,15 +54,13 @@ return [
|
|
'engine' => null,
|
|
'engine' => null,
|
|
],
|
|
],
|
|
|
|
|
|
- 'douyin_recruit' => [
|
|
|
|
|
|
+ 'report_system' => [
|
|
'driver' => 'mysql',
|
|
'driver' => 'mysql',
|
|
'host' => '127.0.0.1',
|
|
'host' => '127.0.0.1',
|
|
'port' => 3306,
|
|
'port' => 3306,
|
|
- 'database' => 'douyin_recruit',
|
|
|
|
- 'username' => 'douyin_recruit',
|
|
|
|
- 'password' => '123456',
|
|
|
|
- /*'username' => 'root',
|
|
|
|
- 'password' => 'root',*/
|
|
|
|
|
|
+ 'database' => 'report_system',
|
|
|
|
+ 'username' => 'jjhc',
|
|
|
|
+ 'password' => 'l9cb9kWrGqjFMl^W',
|
|
'unix_socket' => '',
|
|
'unix_socket' => '',
|
|
'charset' => 'utf8mb4',
|
|
'charset' => 'utf8mb4',
|
|
'collation' => 'utf8mb4_unicode_ci',
|
|
'collation' => 'utf8mb4_unicode_ci',
|