Coding/BinaryDad.Coding/appsettings.Development.json
2024-01-23 11:23:05 -05:00

14 lines
252 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Redis": "cluster.home.lan:6379"
}
}