Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -18,7 +18,7 @@ }, "Logging": { "LogLevel": { "Default": "Debug", "Default": "Warning", "Microsoft.AspNetCore": "Warning", "Quartz": "Debug" } @@ -103,6 +103,13 @@ "10030": "11010" } }, "RobotAddressRules": { "11068": [ "1", "2" ], "11001": [ "3", "1" ], "11010": [ "4", "2" ], "2101": [ "1", "3" ], "2103": [ "2", "4" ] }, "RedisConfig": { "Enabled": true, //是否启用Redis,false时仅使用内存缓存 "ConnectionString": "127.0.0.1:6379,password=P@ssw0rd,defaultDatabase=0,connectTimeout=5000,abortConnect=false", //Redis连接字符串