mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 07:21:39 +00:00
Merge branch 'master' into ho-docker
This commit is contained in:
commit
fa3dd21d0c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports =
|
||||||
|
|
||||||
apis:
|
apis:
|
||||||
web:
|
web:
|
||||||
url: "http://#{process.env['WEB_API_HOST'] or process.env['WEB_HOST'] or "localhost"}:3000"
|
url: "http://#{process.env['WEB_HOST'] or "localhost"}:#{process.env['WEB_PORT'] or 3000}"
|
||||||
user: "sharelatex"
|
user: "sharelatex"
|
||||||
pass: "password"
|
pass: "password"
|
||||||
documentupdater:
|
documentupdater:
|
||||||
|
|
Loading…
Reference in a new issue