chuweiqiang 1 year ago
parent
commit
c745a84261
1 changed files with 6 additions and 2 deletions
  1. 6 2
      config/database.php

+ 6 - 2
config/database.php

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