mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 11:25:47 +00:00
remove redis from config, it doesn't use redis
This commit is contained in:
parent
b38b5989db
commit
54d16bcab9
1 changed files with 0 additions and 5 deletions
|
@ -5,11 +5,6 @@ module.exports = Settings =
|
|||
spelling:
|
||||
port: 3005
|
||||
host: process.env["LISTEN_ADDRESS"] or "localhost"
|
||||
|
||||
redis:
|
||||
port: process.env['REDIS_PORT']
|
||||
host: process.env["REDIS_HOST"] or "localhost"
|
||||
password: process.env["REDIS_PASSWORD"] or ""
|
||||
|
||||
mongo:
|
||||
url: process.env['MONGO_CONNECTION_STRING'] or "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
||||
|
|
Loading…
Reference in a new issue