1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

hibp breach api proxy

This commit is contained in:
Kyle Spearrin
2019-01-17 01:03:11 -05:00
parent c3563db4d2
commit 7f9d979346
3 changed files with 84 additions and 0 deletions

View File

@ -12,6 +12,7 @@ namespace Bit.Core
public virtual string LicenseDirectory { get; set; }
public virtual string PushRelayBaseUri { get; set; }
public virtual string InternalIdentityKey { get; set; }
public virtual string HibpBreachApiKey { get; set; }
public virtual bool DisableUserRegistration { get; set; }
public virtual InstallationSettings Installation { get; set; } = new InstallationSettings();
public virtual BaseServiceUriSettings BaseServiceUri { get; set; } = new BaseServiceUriSettings();