1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 04:21:05 -05: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");
} }