Files
jsmr/JSMR.Worker/appsettings.Development.json
Brian Bicknell a85989a337
Some checks failed
ci / build-test (push) Has been cancelled
ci / publish-image (push) Has been cancelled
Fixed scanning issue. Updated worker.
2026-02-14 22:47:19 -05:00

11 lines
251 B
JSON

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