mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
ChannelPrefix
This commit is contained in:
parent
c8e249b05e
commit
132016bca4
@ -63,6 +63,7 @@ namespace Bit.Notifications
|
||||
options =>
|
||||
{
|
||||
options.Configuration.ClientName = "Notifications";
|
||||
options.Configuration.ChannelPrefix = "Notifications";
|
||||
});
|
||||
}
|
||||
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();
|
||||
|
Loading…
Reference in New Issue
Block a user