Coding/BinaryDad.Coding/appsettings.Development.json

14 lines
252 B
JSON
Raw Normal View History

2021-07-19 00:56:02 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
2024-01-23 16:23:05 +00:00
},
"ConnectionStrings": {
"Redis": "cluster.home.lan:6379"
2021-07-19 00:56:02 +00:00
}
}