shopping-cart-blazor-wasm/Server/appsettings.Development.json

12 lines
208 B
JSON
Raw Permalink Normal View History

2020-06-19 10:20:16 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2021-11-09 11:44:08 +01:00
"Microsoft.AspNetCore": "Warning"
2020-06-19 10:20:16 +02:00
}
},
"ConnectionStrings": {
2021-11-09 11:44:08 +01:00
"DefaultConnection": "Data Source=shoppingcart.sqlite"
2020-06-19 10:20:16 +02:00
}
}