2016-10-10 21:52:57 -07:00
|
|
|
|
{
|
2016-12-17 14:41:16 +01:00
|
|
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
|
2017-01-25 17:10:08 +01:00
|
|
|
|
"IdentityUrl": "http://localhost:5105",
|
2016-12-17 14:41:16 +01:00
|
|
|
|
"Logging": {
|
|
|
|
|
"IncludeScopes": false,
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"System": "Information",
|
|
|
|
|
"Microsoft": "Information"
|
|
|
|
|
}
|
2017-05-24 15:32:22 +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": "Ordering"
|
2016-10-10 21:52:57 -07:00
|
|
|
|
}
|