mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
globalSettings__pushRelayBaseUri for install only
This commit is contained in:
parent
4b5dc82eba
commit
666c065c47
@ -63,7 +63,7 @@ namespace Bit.Setup
|
||||
["globalSettings__disableUserRegistration"] = "false",
|
||||
};
|
||||
|
||||
if(!forInstall && !Push)
|
||||
if(forInstall && !Push)
|
||||
{
|
||||
_globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user