18 lines
526 B
JSON
18 lines
526 B
JSON
|
{
|
|||
|
"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"
|
|||
|
},
|
|||
|
"ClientsCallBackUrls": {
|
|||
|
"Spa": "http://localhost:5003"
|
|||
|
},
|
|||
|
"Logging": {
|
|||
|
"IncludeScopes": false,
|
|||
|
"LogLevel": {
|
|||
|
"Default": "Debug",
|
|||
|
"System": "Information",
|
|||
|
"Microsoft": "Information"
|
|||
|
}
|
|||
|
}
|
|||
|
}
|