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" } },