mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master' into cmg-csh-ho-docker-spelling
This commit is contained in:
commit
9869be319e
1 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,6 @@ module.exports = Settings =
|
|||
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