mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update config
This commit is contained in:
parent
f05e048203
commit
c5a9105c33
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ module.exports =
|
||||||
apis:
|
apis:
|
||||||
web:
|
web:
|
||||||
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}"
|
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"
|
user: process.env['WEB_API_USER'] or "sharelatex"
|
||||||
pass: "password"
|
pass: process.env['WEB_API_PASSWORD'] or "password"
|
||||||
trackchanges:
|
trackchanges:
|
||||||
url: "http://#{process.env["TRACK_CHANGES_HOST"] or "localhost"}:3015"
|
url: "http://#{process.env["TRACK_CHANGES_HOST"] or "localhost"}:3015"
|
||||||
project_history:
|
project_history:
|
||||||
|
|
Loading…
Reference in a new issue