mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add DOCUMENT_UPDATER_HOST as option
This commit is contained in:
parent
477c446ea8
commit
bbc11ae1b5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports =
|
|||
user: "sharelatex"
|
||||
pass: "password"
|
||||
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"
|
||||
|
||||
security:
|
||||
sessionSecret: "secret-please-change"
|
||||
|
|
Loading…
Reference in a new issue