SOMS/src/YunDa.Server/YunDa.Server.ISMSTcp/appsettings.Development.json

39 lines
927 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Warning",
"YunDa.Server.Communication.WebSocket.Services.WebSocketConnectionManager": "Information",
"YunDa.Server.Communication.WebSocket.Services.DotNettyWebSocketBridgeServer": "Information"
}
},
"ISMSServer": {
2025-10-21 21:19:58 +08:00
"ServerIP": "192.168.81.21",
"HeartbeatIntervalSeconds": 1800,
"AutoConnectDelaySeconds": 60
},
"ScheduledTelemetry": {
"IntervalMinutes": 30
},
"WebApi": {
"Port": 38094
},
"MemoryMonitoring": {
"MonitoringIntervalMinutes": 60
},
"Serilog": {
"MinimumLevel": {
"Default": "Warning",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System": "Warning",
"DotNetty": "Warning",
"YunDa.Server.ISMSTcp": "Warning"
}
}
}
}