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-07 18:37:11 +01:00
|
|
|
|
"CatalogUrl": "http://catalog.api",
|
|
|
|
|
//"CatalogUrl": "http://localhost:5001",
|
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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|