EffectiveTask/DeliveryWebApi/appsettings.Development.json

10 lines
150 B
JSON
Raw Permalink Normal View History

2024-10-29 20:38:02 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"UseInMemoryDatabase": true
2024-10-29 20:38:02 +00:00
}