mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 13:42:21 -05:00
added mongo connection string
This commit is contained in:
parent
0fec876f99
commit
f379e4f5cb
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ module.exports =
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue