2016-09-06 17:09:19 -07:00
|
|
|
|
{
|
2016-12-19 10:20:02 +01:00
|
|
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word",
|
2017-01-09 10:33:43 +01:00
|
|
|
|
"ExternalCatalogBaseUrl": "http://localhost:5101",
|
2016-09-06 17:09:19 -07:00
|
|
|
|
"Logging": {
|
|
|
|
|
"IncludeScopes": false,
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"System": "Information",
|
|
|
|
|
"Microsoft": "Information"
|
|
|
|
|
}
|
2017-05-24 15:33:05 +02:00
|
|
|
|
},
|
|
|
|
|
"ServiceBusConnection": "Endpoint=sb://eshoponazuretest.servicebus.windows.net/;SharedAccessKeyName=Root;SharedAccessKey=Xo9wlr4bRv5iqTTditgFhTeZqxIpczaAUqfspo+QE/s=;EntityPath=eshop_event_bus",
|
|
|
|
|
"AzureServiceBus": "true"
|
2016-09-06 17:09:19 -07:00
|
|
|
|
}
|