17 lines
322 B
JSON
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"
|
|
}
|
|
}
|
|
}
|