2016-11-24 15:31:33 +01:00
|
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
2016-12-12 10:15:24 +01:00
|
|
|
|
"DefaultConnection": "Server=127.0.0.1,5433;Database=aspnet-Microsoft.eShopOnContainers;User Id=sa;Password=Pass@word"
|
2016-11-24 15:31:33 +01:00
|
|
|
|
},
|
2016-12-14 12:15:39 +01:00
|
|
|
|
"MvcClient": "http://localhost:5001",
|
2016-12-07 13:57:31 +01:00
|
|
|
|
"SpaClient": "http://localhost:5104",
|
2016-11-24 15:31:33 +01:00
|
|
|
|
"Logging": {
|
|
|
|
|
"IncludeScopes": false,
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"System": "Information",
|
|
|
|
|
"Microsoft": "Information"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|