This commit is contained in:
2024-10-11 23:10:01 -05:00
parent 4137ac9ad8
commit 62a4a47373
6 changed files with 173 additions and 0 deletions

13
appsettings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"System.Net": "Warning"
}
},
"RoleAssessorBackgroundService": {
"RunFrequencyInMinutes": 12
}
}