dotnet-cqrs/Demo/appsettings.json

11 lines
182 B
JSON
Raw Normal View History

2021-02-02 01:05:48 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}