Files
ServerMonitor/Backend/MonitorAgent/MonitorAgent.API/appsettings.json
T

13 lines
195 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CpuMonitorSettings": {
"DelayTime": 2000
}
}