1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

added another desktop IP

This commit is contained in:
Kyle Spearrin
2017-04-21 09:13:15 -04:00
parent b0b6cac97b
commit abf8ab2c73

View File

@@ -312,6 +312,7 @@ namespace Bit.Api
{ {
options.Authority = "http://localhost:4000"; options.Authority = "http://localhost:4000";
//options.Authority = "http://169.254.80.80:4000"; // for VS Android Emulator //options.Authority = "http://169.254.80.80:4000"; // for VS Android Emulator
//options.Authority = "http://192.168.1.8:4000"; // Desktop external
} }
return options; return options;