1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

ChannelPrefix

This commit is contained in:
Kyle Spearrin 2020-03-21 00:22:14 -04:00
parent c8e249b05e
commit 132016bca4

View File

@ -63,6 +63,7 @@ namespace Bit.Notifications
options =>
{
options.Configuration.ClientName = "Notifications";
options.Configuration.ChannelPrefix = "Notifications";
});
}
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();