Browse Source

feat():授权

geek 4 years ago
parent
commit
8fc0811058
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/database.php

+ 2 - 2
config/database.php

@@ -13,13 +13,13 @@ return [
     // 数据库类型
     // 数据库类型
     'type'            => 'mysql',
     'type'            => 'mysql',
     // 服务器地址
     // 服务器地址
-    'hostname'        => 'llzlovesh.top',
+    'hostname'        => '127.0.0.1',
     // 数据库名
     // 数据库名
     'database'        => 'hc_live',
     'database'        => 'hc_live',
     // 用户名
     // 用户名
     'username'        => 'root',
     'username'        => 'root',
     // 密码
     // 密码
-    'password'        => '649114390',
+    'password'        => 'Leoxie',
     // 端口
     // 端口
     'hostport'        => '',
     'hostport'        => '',
     // 连接dsn
     // 连接dsn