mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-09 03:21:57 +00:00
update settings to allow mongo host and remove unused health check
userid
This commit is contained in:
parent
2a85b54dad
commit
3796fce483
1 changed files with 1 additions and 7 deletions
|
@ -5,10 +5,4 @@ module.exports = Settings =
|
||||||
host: process.env["LISTEN_ADDRESS"] or "localhost"
|
host: process.env["LISTEN_ADDRESS"] or "localhost"
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
url : "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
url: process.env['MONGO_CONNECTION_STRING'] or "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
||||||
|
|
||||||
notifications:
|
|
||||||
healthCheck:
|
|
||||||
user_id: "5620bece05509b0a7a3cbc62"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue