mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
added another desktop IP
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user