Browse Source

redis配置

zhanglinxin 1 year ago
parent
commit
5702902dc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/redis.php

+ 1 - 1
config/redis.php

@@ -2,7 +2,7 @@
 
 return [
     //Redis驱动
-    'host'       => "120.79.86.50", // 服务器地址
+    'host'       => "182.40.104.187", // 服务器地址
     'port'       => 6379, // 端口
     'password'   => "hdl2022", // 密码
     'select'     => 0, // 使用哪一个 db,默认为 db0