diff --git a/src/Notifications/Startup.cs b/src/Notifications/Startup.cs index 4c2362a484..e38602500f 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();