Browse Source

Merge branch 'servicebus' of https://github.com/dotnet-architecture/eShopOnAzure into servicebus

pull/235/head
Eduard Tomas 7 years ago
parent
commit
ad1637e76b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/Services/Basket/Basket.API/appsettings.json
  2. +1
    -1
      src/Services/Catalog/Catalog.API/settings.json
  3. +1
    -1
      src/Services/Ordering/Ordering.API/settings.json

+ 1
- 1
src/Services/Basket/Basket.API/appsettings.json View File

@ -9,7 +9,7 @@
}, },
"IdentityUrl": "http://localhost:5105", "IdentityUrl": "http://localhost:5105",
"ConnectionString": "127.0.0.1", "ConnectionString": "127.0.0.1",
"ServiceBusConnectionString": "Endpoint=sb://eshoponazuretest.servicebus.windows.net/;SharedAccessKeyName=Root;SharedAccessKey=Xo9wlr4bRv5iqTTditgFhTeZqxIpczaAUqfspo+QE/s=;EntityPath=eshop_event_bus",
"ServiceBusConnectionString": "Endpoint=sb://eshopsbez55a72p6wm62.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=oA6WpfCfCbScZbQa/DBOLfwl6oi5ezPsCYL7QsTb4PY=;EntityPath=eshop_event_bus",
"AzureServiceBusEnabled": "true", "AzureServiceBusEnabled": "true",
"SubscriptionClientName": "Basket" "SubscriptionClientName": "Basket"
} }

+ 1
- 1
src/Services/Catalog/Catalog.API/settings.json View File

@ -9,7 +9,7 @@
"Microsoft": "Information" "Microsoft": "Information"
} }
}, },
"ServiceBusConnectionString": "Endpoint=sb://eshoponazuretest.servicebus.windows.net/;SharedAccessKeyName=Root;SharedAccessKey=Xo9wlr4bRv5iqTTditgFhTeZqxIpczaAUqfspo+QE/s=;EntityPath=eshop_event_bus",
"ServiceBusConnectionString": "Endpoint=sb://eshopsbez55a72p6wm62.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=oA6WpfCfCbScZbQa/DBOLfwl6oi5ezPsCYL7QsTb4PY=;EntityPath=eshop_event_bus",
"AzureServiceBusEnabled": "true", "AzureServiceBusEnabled": "true",
"SubscriptionClientName": "Catalog" "SubscriptionClientName": "Catalog"
} }

+ 1
- 1
src/Services/Ordering/Ordering.API/settings.json View File

@ -9,7 +9,7 @@
"Microsoft": "Information" "Microsoft": "Information"
} }
}, },
"ServiceBusConnectionString": "Endpoint=sb://eshoponazuretest.servicebus.windows.net/;SharedAccessKeyName=Root;SharedAccessKey=Xo9wlr4bRv5iqTTditgFhTeZqxIpczaAUqfspo+QE/s=;EntityPath=eshop_event_bus",
"ServiceBusConnectionString": "Endpoint=sb://eshopsbez55a72p6wm62.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=oA6WpfCfCbScZbQa/DBOLfwl6oi5ezPsCYL7QsTb4PY=;EntityPath=eshop_event_bus",
"AzureServiceBusEnabled": "true", "AzureServiceBusEnabled": "true",
"SubscriptionClientName": "Ordering" "SubscriptionClientName": "Ordering"
} }

Loading…
Cancel
Save