1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00

client name

This commit is contained in:
Kyle Spearrin 2020-03-20 23:05:08 -04:00
parent fccbeddac8
commit c8e249b05e

View File

@ -62,7 +62,7 @@ namespace Bit.Notifications
signalRServerBuilder.AddStackExchangeRedis(globalSettings.Notifications.RedisConnectionString,
options =>
{
options.Configuration.ChannelPrefix = "Notifications";
options.Configuration.ClientName = "Notifications";
});
}
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();