EffectiveTask/DeliveryWebApi/appsettings.json

10 lines
173 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"UseInMemoryDatabase": true
}