From 51e9f1697dabef0bc359b2ed0fcfe4ec2d8ba873 Mon Sep 17 00:00:00 2001 From: tanglong Date: Tue, 10 Jun 2025 13:35:47 +0800 Subject: [PATCH] d --- 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 3ac26ec..fcbf591 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": "101.132.164.149,Password=CTZhfum8kwF04hQk,SyncTimeout=15000,defaultDatabase=2", + "RedisConnectionString": "localhost,Password=CTZhfum8kwF04hQk,SyncTimeout=15000,defaultDatabase=2", //redis连接字符串(最好加密) "UseRedis": "true", //是否使用redis,如果不使用,默认使用Memory内置缓存 "UseSignalR": "true" //是否使用SignalR(2022.05.03),注意需要将端的地址配置到下面的CorsUrls属性中