Browse Source

Update database.php

邹景立 3 years ago
parent
commit
5490c99062
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/database.php

+ 3 - 3
config/database.php

@@ -29,13 +29,13 @@ return [
             // 数据库类型
             'type'            => 'mysql',
             // 服务器地址
-            'hostname'        => 'thinkadmin.top',
+            'hostname'        => '127.0.0.1',
             // 数据库名
             'database'        => 'admin_v6',
             // 用户名
-            'username'        => 'admin',
+            'username'        => 'admin_v6',
             // 密码
-            'password'        => '@admin123',
+            'password'        => 'FbYBHcWKr2',
             // 端口
             'hostport'        => '3306',
             // 数据库连接参数