mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
ChannelPrefix
This commit is contained in:
@@ -63,6 +63,7 @@ namespace Bit.Notifications
|
|||||||
options =>
|
options =>
|
||||||
{
|
{
|
||||||
options.Configuration.ClientName = "Notifications";
|
options.Configuration.ClientName = "Notifications";
|
||||||
|
options.Configuration.ChannelPrefix = "Notifications";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();
|
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();
|
||||||
|
|||||||
Reference in New Issue
Block a user