mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
point to web_api
This commit is contained in:
parent
e44a02391a
commit
8d3fb729c5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue