Use setting instead of hard-coding port

This commit is contained in:
Alasdair Smith 2018-10-09 11:53:49 +01:00
parent 49ce3e6917
commit 4a495dbd1f

View file

@ -29,7 +29,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"
documentupdater: