2016-09-06 17:09:19 -07:00
|
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
2016-10-21 05:46:30 +02:00
|
|
|
|
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Microsoft.eShopOnContainers.WebMVC-946ae052-8305-4a99-965b-ec8636ddbae3;Trusted_Connection=True;MultipleActiveResultSets=true;"
|
|
|
|
|
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=aspnet-Microsoft.eShopOnContainers.WebMVC;Initial Catalog=master;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;Trusted_Connection=True;"
|
2016-09-06 17:09:19 -07:00
|
|
|
|
},
|
2016-10-21 05:46:30 +02:00
|
|
|
|
"CatalogUrl": "http://localhost:56986/",
|
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"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-21 05:46:30 +02:00
|
|
|
|
|
|
|
|
|
Data Source=tcp:eshoponcontainerswebmvc2016dbserver.database.windows.net,1433;Initial Catalog=eShopOnContainersWebMVC2016_db;User Id=eshoponcontainerswebmvc2016dbserver@eshoponcontainerswebmvc2016dbserver;Password=Patata.123
|