mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
internal api & vault urls. apply to version check
This commit is contained in:
@ -35,6 +35,8 @@ namespace Bit.Core
|
||||
public string Api { get; set; }
|
||||
public string Identity { get; set; }
|
||||
public string InternalIdentity { get; set; }
|
||||
public string InternalApi { get; set; }
|
||||
public string InternalVault { get; set; }
|
||||
}
|
||||
|
||||
public class SqlServerSettings
|
||||
|
Reference in New Issue
Block a user