mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 09:32:11 +00:00
remove realtime keys in settings, no longer used
This commit is contained in:
parent
2998750a33
commit
73bd264401
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ module.exports =
|
|||
url: "http://#{process.env["PROJECT_HISTORY_HOST"] or "localhost"}:3054"
|
||||
|
||||
redis:
|
||||
realtime:
|
||||
port: process.env["REAL_TIME_REDIS_PORT"] or process.env["REDIS_PORT"] or "6379"
|
||||
host: process.env["REAL_TIME_REDIS_HOST"] or process.env["REDIS_HOST"] or "localhost"
|
||||
password: process.env["REAL_TIME_REDIS_PASSWORD"] or process.env["REDIS_PASSWORD"] or ""
|
||||
redisOptions:
|
||||
keepAlive: 100
|
||||
|
||||
history:
|
||||
port: process.env["HISTORY_REDIS_PORT"] or process.env["REDIS_PORT"] or "6379"
|
||||
|
|
Loading…
Reference in a new issue