Merge pull request #50 from sharelatex/as-fix-no-sl

Switch dev env to use v2 port instead of SL
This commit is contained in:
Alasdair Smith 2018-10-10 10:11:07 +01:00 committed by GitHub
commit 8ade2841ff

View file

@ -14,7 +14,7 @@ module.exports =
docstore:
url: "http://#{process.env["DOCSTORE_HOST"] or "localhost"}:3016"
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"
redis: