1
0
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:
Kyle Spearrin
2018-03-29 08:45:04 -04:00
parent da970c2308
commit 4ce69dac2b
24 changed files with 69 additions and 22 deletions

View File

@ -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