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

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

View file

@ -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"