Files
Sentinel/appsettings.json
2024-10-11 23:10:01 -05:00

13 lines
308 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System.Net": "Warning"
}
},
"RoleAssessorBackgroundService": {
"RunFrequencyInMinutes": 12
}
}