Files
jsmr/JSMR.Worker/appsettings.Development.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

20 lines
522 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"
}
},
"ConnectionStrings": {
"AppDb": "Server=localhost;Port=3306;User=root;Password=password;database=VoiceWorks;SslMode=none"
}
}