mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-28 03:51:26 +00:00
have track changes make calls to web_api not web
This commit is contained in:
parent
e54a376d0e
commit
266c6c368e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module.exports =
|
||||||
docstore:
|
docstore:
|
||||||
url: "http://#{process.env["DOCSTORE_HOST"] or "localhost"}:3016"
|
url: "http://#{process.env["DOCSTORE_HOST"] or "localhost"}:3016"
|
||||||
web:
|
web:
|
||||||
url: "http://#{process.env["WEB_HOST"] or "localhost"}:#{process.env['WEB_PORT'] or 3000}"
|
url: "http://#{process.env["WEB_API_HOST"] or "localhost"}:#{process.env['WEB_API_PORT'] or 3000}"
|
||||||
user: "sharelatex"
|
user: "sharelatex"
|
||||||
pass: "password"
|
pass: "password"
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in a new issue