point to web_api

This commit is contained in:
Henry Oswald 2019-02-01 20:10:47 +00:00
parent e44a02391a
commit 8d3fb729c5

View file

@ -10,7 +10,7 @@ module.exports =
apis:
web:
url: "http://#{process.env["WEB_HOST"] or "localhost"}:#{process.env['WEB_PORT'] or 3000}"
url: "http://#{process.env['WEB_API_HOST'] or process.env['WEB_HOST'] or "localhost"}:#{process.env['WEB_API_PORT'] or process.env['WEB_PORT'] or 3000}"
user: "sharelatex"
pass: "password"
trackchanges: