mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
point real time to web api
This commit is contained in:
parent
6cdfd5b659
commit
0939a558d7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ settings =
|
|||
|
||||
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: process.env['WEB_API_USER'] or "sharelatex"
|
||||
pass: process.env['WEB_API_PASSWORD'] or "password"
|
||||
documentupdater:
|
||||
|
|
Loading…
Reference in a new issue