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

14 lines
238 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Redis": "redis:6379"
}
}