sgd521 il y a 2 ans
Parent
commit
d11c1f065e
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 4 4
      config/database.php
  2. 1 1
      config/redis.php

+ 4 - 4
config/database.php

@@ -19,13 +19,13 @@ return [
     // 数据库类型
     'type'        => 'mysql',
     // 服务器地址
-    'hostname'    => '47.111.246.47',
+    'hostname'    => '47.94.240.223',
     // 数据库名
-    'database'    => 'aoyi',
+    'database'    => 'yuhzou',
     // 用户名
-    'username'    => 'aoyi',
+    'username'    => 'yuhzou',
     // 密码
-    'password'    => 'YByDXh7yk4R63bBp',
+    'password'    => 'hccJd5weXhHxaESx',
     // 编码
     'charset'     => 'utf8mb4',
     // 端口

+ 1 - 1
config/redis.php

@@ -2,5 +2,5 @@
 return [
     'timeout'    => 0,
     'expire'     => 10,
-    'password'   => 'szcp'
+    'password'   => 'yuzhou'
 ];