Browse Source

数据库配置

linwu 2 years ago
parent
commit
3a48415f55
1 changed files with 4 additions and 6 deletions
  1. 4 6
      config/database.php

+ 4 - 6
config/database.php

@@ -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',