浏览代码

数据库配置

linwu 2 年之前
父节点
当前提交
3a48415f55
共有 1 个文件被更改,包括 4 次插入6 次删除
  1. 4 6
      config/database.php

+ 4 - 6
config/database.php

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