mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
globalSettings__pushRelayBaseUri for install only
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Bit.Setup
|
||||
["globalSettings__disableUserRegistration"] = "false",
|
||||
};
|
||||
|
||||
if(!forInstall && !Push)
|
||||
if(forInstall && !Push)
|
||||
{
|
||||
_globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user