mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add option to bypass percentage-based rollouts
This commit is contained in:
parent
775d9e56c3
commit
e8078424ed
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ if process.env["SHARELATEX_PASSWORD_VALIDATION_PATTERN"] or process.env["SHARELA
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
if parse(process.env["SHARELATEX_IS_SERVER_PRO"]) == true
|
if parse(process.env["SHARELATEX_IS_SERVER_PRO"]) == true
|
||||||
|
settings.bypassPercentageRollouts = true
|
||||||
settings.apis.references =
|
settings.apis.references =
|
||||||
url: "http://localhost:3040"
|
url: "http://localhost:3040"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue