winmr-api/appsettings.json
2025-07-02 16:06:50 +03:00

17 lines
322 B
JSON

{
"Monitoring": {
"ScanIntervalSeconds": 5,
"MemoryRegionScanTimeout": 30
},
"WebServer": {
"Url": "http://0.0.0.0:8080"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"ProcessMemoryAgent.Services.ProcessMonitor": "Debug"
}
}
}