mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use setting instead of hard-coding port
This commit is contained in:
parent
231f8596ac
commit
bdc6cd397d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports =
|
||||||
|
|
||||||
apis:
|
apis:
|
||||||
web:
|
web:
|
||||||
url: "http://#{process.env['WEB_HOST'] || "localhost"}:3000"
|
url: "http://#{process.env['WEB_HOST'] || "localhost"}:#{process.env['WEB_PORT'] or 3000}"
|
||||||
user: "sharelatex"
|
user: "sharelatex"
|
||||||
pass: "password"
|
pass: "password"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue