winmr-api/appsettings.json

17 lines
322 B
JSON
Raw Normal View History

2025-06-30 18:15:07 +03:00
{
2025-07-02 16:06:50 +03:00
"Monitoring": {
2025-06-30 18:15:07 +03:00
"ScanIntervalSeconds": 5,
2025-07-02 16:06:50 +03:00
"MemoryRegionScanTimeout": 30
2025-06-30 18:15:07 +03:00
},
"WebServer": {
"Url": "http://0.0.0.0:8080"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"ProcessMemoryAgent.Services.ProcessMonitor": "Debug"
}
}
2025-07-02 16:06:50 +03:00
}