remove ServiceBusConnectionString variable from appsettings.json

This commit is contained in:
Christian Arenas 2017-05-30 17:56:36 +02:00
parent 2d4f9d3323
commit 83ae0d48fc
5 changed files with 0 additions and 7 deletions

View File

@ -5,7 +5,5 @@
public string ConnectionString { get; set; } public string ConnectionString { get; set; }
public string EventBusConnection { get; set; } public string EventBusConnection { get; set; }
public string ServiceBusConnectionString { get; set; }
} }
} }

View File

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

View File

@ -5,7 +5,5 @@
public string ExternalCatalogBaseUrl {get;set;} public string ExternalCatalogBaseUrl {get;set;}
public string EventBusConnection { get; set; } public string EventBusConnection { get; set; }
public string ServiceBusConnectionString { get; set; }
} }
} }

View File

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

View File

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