1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-09 13:42:21 -05:00

back to localhost

This commit is contained in:
Kyle Spearrin 2017-07-14 08:49:02 -04:00
parent 955755831c
commit 5786be651e

View File

@ -204,8 +204,8 @@ namespace Bit.Api
} }
else else
{ {
//return $"http://localhost:{port}"; return $"http://localhost:{port}";
return $"http://192.168.1.4:{port}"; // Desktop external //return $"http://192.168.1.3:{port}"; // Desktop external
} }
} }
} }