1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00: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", ["globalSettings__disableUserRegistration"] = "false",
}; };
if(!forInstall && !Push) if(forInstall && !Push)
{ {
_globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE"); _globalValues.Add("globalSettings__pushRelayBaseUri", "REPLACE");
} }