mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
change mongo connection string temporaraly
This commit is contained in:
parent
c334c224bf
commit
73171b80cf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = Settings =
|
|||
host: process.env['LISTEN_ADDRESS'] or "localhost"
|
||||
|
||||
mongo:
|
||||
url: "mongodb://#{process.env['MONGO_HOST'] or '127.0.0.1'}/sharelatex"
|
||||
url: "#{process.env['MONGO_CONNECTION_STRING'] or 'mongodb://127.0.0.1/sharelatex'}"
|
||||
|
||||
docstore:
|
||||
healthCheck:
|
||||
|
|
Loading…
Reference in a new issue