2016-09-06 17:09:19 -07:00
|
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
2016-10-21 05:46:30 +02:00
|
|
|
|
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Microsoft.eShopOnContainers.WebMVC-946ae052-8305-4a99-965b-ec8636ddbae3;Trusted_Connection=True;MultipleActiveResultSets=true;"
|
2016-10-31 09:25:47 +01:00
|
|
|
|
"DefaultConnection": "Server=.;Database=aspnet-Microsoft.eShopOnContainers.WebMVC;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;Trusted_Connection=True;"
|
2016-09-06 17:09:19 -07:00
|
|
|
|
},
|
2016-11-05 11:09:14 +01:00
|
|
|
|
"CatalogUrl": "http://localhost:5000/",
|
2016-10-10 21:52:57 -07:00
|
|
|
|
"OrderingUrl": "http://localhost:2446/",
|
2016-09-06 17:09:19 -07:00
|
|
|
|
"Logging": {
|
|
|
|
|
"IncludeScopes": false,
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"System": "Information",
|
|
|
|
|
"Microsoft": "Information"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|