pluralsight-building-a-web-.../DutchTreat/appsettings.json

11 lines
192 B
JSON
Raw Permalink Normal View History

2021-04-21 00:01:15 +10:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}