vali 6 years ago
parent
commit
4079483b31
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/database.php

+ 3 - 3
application/database.php

@@ -13,13 +13,13 @@ return [
     // 数据库类型
     'type'            => 'mysql',
     // 服务器地址
-    'hostname'        => '192.168.2.186',
+    'hostname'        => '192.168.2.200',
     // 数据库名
     'database'        => 'customer_service',
     // 用户名
-    'username'        => 'root',
+    'username'        => 'vali',
     // 密码
-    'password'        => '',
+    'password'        => '1234',
     // 端口
     'hostport'        => '3306',
     // 连接dsn