From 132016bca442415d502721e2b32bc83cffd3ee70 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 21 Mar 2020 00:22:14 -0400 Subject: [PATCH] ChannelPrefix --- src/Notifications/Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Notifications/Startup.cs b/src/Notifications/Startup.cs index 4c2362a48..e38602500 100644 --- a/src/Notifications/Startup.cs +++ b/src/Notifications/Startup.cs @@ -63,6 +63,7 @@ namespace Bit.Notifications options => { options.Configuration.ClientName = "Notifications"; + options.Configuration.ChannelPrefix = "Notifications"; }); } services.AddSingleton();