mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
Merge pull request #50 from sharelatex/as-fix-no-sl
Switch dev env to use v2 port instead of SL
This commit is contained in:
commit
8ade2841ff
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,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"}:3000"
|
url: "http://#{process.env["WEB_HOST"] or "localhost"}:#{process.env['WEB_PORT'] or 3000}"
|
||||||
user: "sharelatex"
|
user: "sharelatex"
|
||||||
pass: "password"
|
pass: "password"
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in a new issue