We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441856b commit 5bf27b1Copy full SHA for 5bf27b1
src/20 Clients/Signals.Clients.WebApi/SignalsStartup.cs
@@ -97,7 +97,7 @@ public static IServiceProvider AddSignals(this IServiceCollection services)
97
};
98
config.ChannelConfiguration = new ServiceBusChannelConfiguration
99
{
100
- ConnectionString = "Endpoint=sb://reipurth-dental.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=qjXNy0Ed7D6E0PY+mfEGxXF4+gJSOXBaVzYD454IDps=",
+ ConnectionString = "",
101
ChannelPrefix = "temp_",
102
MaxConcurrentCalls = 10
103
0 commit comments