Coding/BinaryDad.Coding/appsettings.json

14 lines
238 B
JSON
Raw Permalink Normal View History

2021-07-19 00:56:02 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2024-01-23 16:23:05 +00:00
"AllowedHosts": "*",
"ConnectionStrings": {
"Redis": "redis:6379"
}
2021-07-19 00:56:02 +00:00
}