1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

signalr redis support. remove old azure signalr refs

This commit is contained in:
Kyle Spearrin
2020-03-04 21:57:42 -05:00
parent 7b91fe55f0
commit c8d7f04826
3 changed files with 13 additions and 20 deletions

View File

@ -157,7 +157,7 @@ namespace Bit.Core
public class NotificationsSettings : ConnectionStringSettings
{
public string AzureSignalRConnectionString { get; set; }
public string RedisConnectionString { get; set; }
}
public class NotificationHubSettings