ShopOnlineSolution/ShopOnline.Api/appsettings.json

13 lines
268 B
JSON

{
"ConnectionStrings": {
"ShopOnlineConnection": "Server=GRILLED-CHEESE;Database=ShopOnline;Trusted_Connection=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}