From d57c8355498f9e421b0a3c2db1a0adeb13b8d5da Mon Sep 17 00:00:00 2001 From: tanglong Date: Tue, 10 Jun 2025 13:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VOL.WebApi/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VOL.WebApi/appsettings.json b/VOL.WebApi/appsettings.json index fcbf591..190bdb3 100644 --- a/VOL.WebApi/appsettings.json +++ b/VOL.WebApi/appsettings.json @@ -27,7 +27,7 @@ //PgSql连接字符串 // "DbConnectionString": "Host=132.232.2.109;Port=5432;User id=postgres;password=jxx_abcd;Database=netcoredev;", - "RedisConnectionString": "localhost,Password=CTZhfum8kwF04hQk,SyncTimeout=15000,defaultDatabase=2", + "RedisConnectionString": "localhost,Password=yd708090,SyncTimeout=15000,defaultDatabase=2", //redis连接字符串(最好加密) "UseRedis": "true", //是否使用redis,如果不使用,默认使用Memory内置缓存 "UseSignalR": "true" //是否使用SignalR(2022.05.03),注意需要将端的地址配置到下面的CorsUrls属性中