mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 16:52:33 +00:00
update config to take DOCUMENT_UPDATER_HOST
This commit is contained in:
parent
8d8319460e
commit
c3ec4a534e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports =
|
|||
host: process.env["LISTEN_ADDRESS"] or "localhost"
|
||||
apis:
|
||||
documentupdater:
|
||||
url: "http://#{process.env["DOCUPDATER_HOST"] or "localhost"}:3003"
|
||||
url: "http://#{process.env["DOCUMENT_UPDATER_HOST"] or process.env["DOCUPDATER_HOST"] or "localhost"}:3003"
|
||||
docstore:
|
||||
url: "http://#{process.env["DOCSTORE_HOST"] or "localhost"}:3016"
|
||||
web:
|
||||
|
|
Loading…
Add table
Reference in a new issue