Files
Sentinel/appsettings.json
2024-10-13 16:35:33 -05:00

14 lines
376 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System.Net": "Warning"
}
},
"RoleAssessorBackgroundService": {
"RunFrequencyInMinutes": 12
},
"DefaultSubscriptionId": "2690a5f1-155b-4fa8-896f-92c6bcb62bee"
}