Browse Source

数据库

xieruidong 2 years ago
parent
commit
bb7ba0dc2e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config/database.php

+ 4 - 4
config/database.php

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