2016-09-06 17:09:19 -07:00
|
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
2016-11-07 18:37:11 +01:00
|
|
|
|
//"DefaultConnection": "Server=127.0.0.1,5433;Database=aspnet-Microsoft.eShopOnContainers.WebMVC;User Id=sa;Password=Pass@word"
|
|
|
|
|
"DefaultConnection": "Server=identity.data;Database=aspnet-Microsoft.eShopOnContainers.WebMVC;User Id=sa;Password=Pass@word"
|
2016-09-06 17:09:19 -07:00
|
|
|
|
},
|
2016-11-16 10:19:00 +01:00
|
|
|
|
"CatalogUrl": "http://localhost:5101",
|
|
|
|
|
"OrderingUrl": "http://localhost:5102/",
|
2016-11-24 15:31:33 +01:00
|
|
|
|
"BasketUrl": "http://localhost:5103",
|
|
|
|
|
"IdentityUrl": "http://localhost:5104",
|
2016-09-06 17:09:19 -07:00
|
|
|
|
"Logging": {
|
|
|
|
|
"IncludeScopes": false,
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"System": "Information",
|
|
|
|
|
"Microsoft": "Information"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|