mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 20:11:04 -05: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",
|
["globalSettings__disableUserRegistration"] = "false",
|
||||||
};
|
};
|
||||||
|
|
||||||
if(!forInstall && !Push)
|
if(forInstall && !Push)
|
||||||
{
|
{
|
||||||
_globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE");
|
_globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user