Skip to content

Commit 5bf27b1

Browse files
committed
- removed sb key from sample project
1 parent 441856b commit 5bf27b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/20 Clients/Signals.Clients.WebApi/SignalsStartup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static IServiceProvider AddSignals(this IServiceCollection services)
9797
};
9898
config.ChannelConfiguration = new ServiceBusChannelConfiguration
9999
{
100-
ConnectionString = "Endpoint=sb://reipurth-dental.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=qjXNy0Ed7D6E0PY+mfEGxXF4+gJSOXBaVzYD454IDps=",
100+
ConnectionString = "",
101101
ChannelPrefix = "temp_",
102102
MaxConcurrentCalls = 10
103103
};

0 commit comments

Comments
 (0)