From 4e83a3029ada1befc1329cab70a91deac0d812ab Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Wed, 20 Dec 2023 14:44:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9redis=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json index d0653f05..8e773fc0 100644 --- a/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json +++ b/aspnet-core/services/host/Lion.AbpPro.HttpApi.Host/appsettings.Production.json @@ -37,11 +37,11 @@ "Default": "Data Source=mysql;Port=3306;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true" }, "Redis": { - "Configuration": "redis,password=1q2w3E*,defaultdatabase=1" + "Configuration": "redis:6379,password=1q2w3E*,defaultdatabase=3" }, "Hangfire": { "Redis": { - "Host": "redis,password=1q2w3E*", + "Host": "redis:6379,password=1q2w3E*", "DB": "2" } },