eShopOnContainers/src/Web/WebMVC/appsettings.json

19 lines
625 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
//"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"
},
"CatalogUrl": "http://localhost:5101",
"OrderingUrl": "http://localhost:5102/",
2016-11-24 15:31:33 +01:00
"BasketUrl": "http://localhost:5103",
"IdentityUrl": "http://localhost:5104",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}