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
|
|
|
|
},
|
2017-05-29 10:12:07 +02:00
|
|
|
|
"ServiceBusConnectionString": "Endpoint=sb://eshopsbez55a72p6wm62.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=oA6WpfCfCbScZbQa/DBOLfwl6oi5ezPsCYL7QsTb4PY=;EntityPath=eshop_event_bus",
|
2017-05-24 19:23:14 +02:00
|
|
|
|
"AzureServiceBusEnabled": "true",
|
2017-05-24 16:25:41 +02:00
|
|
|
|
"SubscriptionClientName": "Catalog"
|
2016-09-06 17:09:19 -07:00
|
|
|
|
}
|