eShopOnContainers/src/Web/WebMVC/appsettings.json

16 lines
483 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Microsoft.eShopOnContainers.WebMVC-946ae052-8305-4a99-965b-ec8636ddbae3;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"CatalogUrl": "http://localhost:2418/",
"OrderingUrl": "http://localhost:2446/",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}