mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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