Skip to content

Commit

Permalink
- removed sb key from sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
Suaveit committed Nov 10, 2024
1 parent 441856b commit 5bf27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/20 Clients/Signals.Clients.WebApi/SignalsStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static IServiceProvider AddSignals(this IServiceCollection services)
};
config.ChannelConfiguration = new ServiceBusChannelConfiguration
{
ConnectionString = "Endpoint=sb://reipurth-dental.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=qjXNy0Ed7D6E0PY+mfEGxXF4+gJSOXBaVzYD454IDps=",
ConnectionString = "",
ChannelPrefix = "temp_",
MaxConcurrentCalls = 10
};
Expand Down

0 comments on commit 5bf27b1

Please sign in to comment.