Files
jsmr/JSMR.Worker/appsettings.Development.json
Brian Bicknell 83655f13e9
All checks were successful
ci / build-test (push) Successful in 2m22s
ci / publish-image (push) Has been skipped
Updated various parts of scanning and ingestion, either for bug fixes, or for enhancements.
2026-03-01 22:07:20 -05:00

12 lines
283 B
JSON

{
"Logging": {
"LogLevel": {
/*"Default": "Information",*/
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"AppDb": "Server=localhost;Port=3306;User=root;Password=password;database=VoiceWorks;SslMode=none"
}
}