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属性中