1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 21:53:57 +00:00

update resource strings for Logins => Items

This commit is contained in:
Kyle Spearrin
2017-10-18 21:53:44 -04:00
parent 74ac9cbbbe
commit 0ec22a4639
12 changed files with 163 additions and 176 deletions

View File

@@ -35,9 +35,9 @@ namespace Bit.App
else
{
//BaseAddress = new Uri("http://169.254.80.80:33656"); // Desktop from VS Android Emulator
//BaseAddress = new Uri("http://192.168.1.3:33656"); // Desktop
BaseAddress = new Uri("http://192.168.1.3:33656"); // Desktop
//BaseAddress = new Uri("https://preview-identity.bitwarden.com"); // Preview
BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
//BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
}
}
}