mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
added nfc flag for yubikey config
This commit is contained in:
@ -164,7 +164,7 @@ namespace Bit.Api
|
||||
app.UseIdentityServerAuthentication(
|
||||
GetIdentityOptions(env, IdentityServerAuthority(env, "identity", "33656"), "3"));
|
||||
app.UseIdentityServerAuthentication(
|
||||
GetIdentityOptions(env, IdentityServerAuthority(env, "api", "4001"), "2"));
|
||||
GetIdentityOptions(env, IdentityServerAuthority(env, "api", "4000"), "2"));
|
||||
|
||||
// Add current context
|
||||
app.UseMiddleware<CurrentContextMiddleware>();
|
||||
@ -204,8 +204,8 @@ namespace Bit.Api
|
||||
}
|
||||
else
|
||||
{
|
||||
return $"http://localhost:{port}";
|
||||
//return $"http://192.168.1.6:{port}"; // Desktop external
|
||||
//return $"http://localhost:{port}";
|
||||
return $"http://192.168.1.6:{port}"; // Desktop external
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user