1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 18:23:51 +00:00

allow setting vault url for environment

This commit is contained in:
Kyle Spearrin
2017-08-28 17:50:17 -04:00
parent 32a8676572
commit 910f0083cd
7 changed files with 67 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
public const string LastSync = "other:lastSync";
public const string LastBuildKey = "LastBuild";
public const string BaseUrl = "other:baseUrl";
public const string VaultUrl = "other:vaultUrl";
public const string ApiUrl = "other:apiUrl";
public const string IdentityUrl = "other:identityUrl";