1
0
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:
Kyle Spearrin 2017-11-07 23:02:40 -05:00
parent 4b5dc82eba
commit 666c065c47

View File

@ -63,7 +63,7 @@ namespace Bit.Setup
["globalSettings__disableUserRegistration"] = "false",
};
if(!forInstall && !Push)
if(forInstall && !Push)
{
_globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE");
}