1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-17 02:01:53 +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 =>
{ {
options.Configuration.ClientName = "Notifications"; options.Configuration.ClientName = "Notifications";
options.Configuration.ChannelPrefix = "Notifications";
}); });
} }
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>(); services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();