18 lines
526 B
JSON
Raw Normal View History

2016-11-24 15:31:33 +01:00
{
"ConnectionStrings": {
//"DefaultConnection": "Server=identity.data;Database=aspnet-Microsoft.eShopOnContainers.WebMVC;User Id=sa;Password=Pass@word"
"DefaultConnection": "Server=127.0.0.1,5433;Database=aspnet-Microsoft.eShopOnContainers.WebMVC;User Id=sa;Password=Pass@word"
2016-11-24 15:31:33 +01:00
},
"ClientsCallBackUrls": {
"Spa": "http://localhost:5003"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}