remove ServiceBusConnectionString variable from appsettings.json
This commit is contained in:
parent
2d4f9d3323
commit
83ae0d48fc
@ -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; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
@ -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; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user