Use setting instead of hard-coding port

This commit is contained in:
Alasdair Smith 2018-10-09 11:46:27 +01:00
parent 537bd9a0c0
commit c128e0ab1c

View file

@ -10,7 +10,7 @@ module.exports =
apis: apis:
web: 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" user: "sharelatex"
pass: "password" pass: "password"
trackchanges: trackchanges: