mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add primary=true
This commit is contained in:
parent
91c85b6cd8
commit
df7993e2c6
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ settings =
|
|||
password: process.env["SHARELATEX_REDIS_PASS"] or ""
|
||||
fairy: redisConfig
|
||||
documentupdater: [{
|
||||
primary: true
|
||||
port: process.env["SHARELATEX_REDIS_PORT"] or "6379"
|
||||
host: process.env["SHARELATEX_REDIS_HOST"] or "dockerhost"
|
||||
password: process.env["SHARELATEX_REDIS_PASS"] or ""
|
||||
|
|
Loading…
Reference in a new issue