From 5e5602ddf34c8d32a0bd4e6a4be02013dc7f6152 Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Thu, 17 Jul 2025 10:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.WebApi/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.WebApi/appsettings.Production.json b/OpenAuth.WebApi/appsettings.Production.json index 0fca663..6367e51 100644 --- a/OpenAuth.WebApi/appsettings.Production.json +++ b/OpenAuth.WebApi/appsettings.Production.json @@ -18,7 +18,7 @@ }, "UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录 "RedisConf": { - "Conn": "175.27.168.120:6050,password=HopetryRedis1406", + "Conn": "123.132.248.154:9253,password=HopetryRedis1406", "Database": 1 }, //redis配置 "HttpHost": "http://*:10010 ", //启动绑定地址及端口