wupengfei 2 år sedan
förälder
incheckning
a342ec0121
2 ändrade filer med 6 tillägg och 6 borttagningar
  1. 4 4
      config/database.php
  2. 2 2
      thinkphp/library/think/cache/driver/Redis.php

+ 4 - 4
config/database.php

@@ -19,13 +19,13 @@ return [
     // 数据库类型
     'type'        => 'mysql',
     // 服务器地址
-    'hostname'    => 'fanyisc.rwlb.rds.aliyuncs.com',
+    'hostname'    => 'rm-bp1rf58tq40oydk88mo.mysql.rds.aliyuncs.com',
     // 数据库名
-    'database'    => 'fanyi',
+    'database'    => 'xianglian',
     // 用户名
-    'username'    => 'fanyi',
+    'username'    => 'xianglian',
     // 密码
-    'password'    => 'CHENGxiao12qwaszx',
+    'password'    => 'Xiang123456',
     // 编码
     'charset'     => 'utf8mb4',
     // 端口

+ 2 - 2
thinkphp/library/think/cache/driver/Redis.php

@@ -23,9 +23,9 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
-        'host'       => '120.76.248.160',
+        'host'       => '8.136.12.232',
         'port'       => 6379,
-        'password'   => 'fanyi',
+        'password'   => 'xiang123456',
         'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,