shopping-cart-blazor-wasm/Server/appsettings.Development.json
2021-11-09 10:44:08 +00:00

11 lines
208 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=shoppingcart.sqlite"
}
}