Files
jsmr/JSMR.Worker/appsettings.json
Brian Bicknell 79bece9e1c
All checks were successful
ci / build-test (push) Successful in 2m27s
ci / publish-image (push) Has been skipped
Updated appsettings for the worker app. Added split querying for updaters.
2026-03-01 22:48:41 -05:00

17 lines
389 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "None",
"System.Net.Http.HttpClient": "Warning",
"Polly": "Warning"
}
}
}