mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
client name
This commit is contained in:
parent
fccbeddac8
commit
c8e249b05e
@ -62,7 +62,7 @@ namespace Bit.Notifications
|
|||||||
signalRServerBuilder.AddStackExchangeRedis(globalSettings.Notifications.RedisConnectionString,
|
signalRServerBuilder.AddStackExchangeRedis(globalSettings.Notifications.RedisConnectionString,
|
||||||
options =>
|
options =>
|
||||||
{
|
{
|
||||||
options.Configuration.ChannelPrefix = "Notifications";
|
options.Configuration.ClientName = "Notifications";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();
|
services.AddSingleton<IUserIdProvider, SubjectUserIdProvider>();
|
||||||
|
Loading…
Reference in New Issue
Block a user