mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:44:24 +00:00
Use setting instead of hard-coding port
This commit is contained in:
parent
537bd9a0c0
commit
c128e0ab1c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports =
|
|||
|
||||
apis:
|
||||
web:
|
||||
url: "http://#{process.env["WEB_HOST"] or "localhost"}:3000"
|
||||
url: "http://#{process.env["WEB_HOST"] or "localhost"}:#{process.env['WEB_PORT'] or 3000}"
|
||||
user: "sharelatex"
|
||||
pass: "password"
|
||||
trackchanges:
|
||||
|
|
Loading…
Reference in a new issue