Files
FakePieShop/FakePieShop/bin/Debug/net6.0/appsettings.json

13 lines
325 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"FakePieShopDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=FakePieShop0123456;Trusted_Connection=true;MultipleActiveResultSets=true"
}
}