mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 06:28:14 -05: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…
x
Reference in New Issue
Block a user