From abf8ab2c737c18964bed4dfcd9e1658bbe540622 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 21 Apr 2017 09:13:15 -0400 Subject: [PATCH] added another desktop IP --- src/Api/Startup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Startup.cs b/src/Api/Startup.cs index 674e5c2255..d781be605e 100644 --- a/src/Api/Startup.cs +++ b/src/Api/Startup.cs @@ -312,6 +312,7 @@ namespace Bit.Api { options.Authority = "http://localhost:4000"; //options.Authority = "http://169.254.80.80:4000"; // for VS Android Emulator + //options.Authority = "http://192.168.1.8:4000"; // Desktop external } return options;