mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
notification hub push registration service
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
public virtual IdentityServerSettings IdentityServer { get; set; } = new IdentityServerSettings();
|
||||
public virtual DataProtectionSettings DataProtection { get; set; } = new DataProtectionSettings();
|
||||
public virtual DocumentDbSettings DocumentDb { get; set; } = new DocumentDbSettings();
|
||||
public virtual NotificationHubSettings NotificationHub { get; set; } = new NotificationHubSettings();
|
||||
|
||||
public class SqlServerSettings
|
||||
{
|
||||
@@ -54,5 +55,11 @@
|
||||
public string Uri { get; set; }
|
||||
public string Key { get; set; }
|
||||
}
|
||||
|
||||
public class NotificationHubSettings
|
||||
{
|
||||
public string ConnectionString { get; set; }
|
||||
public string HubName { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user