mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01:00
ChannelPrefix
This commit is contained in:
parent
c8e249b05e
commit
132016bca4
@ -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>();
|
||||||
|
Loading…
Reference in New Issue
Block a user