Merge pull request #29 from sharelatex/as-fix-no-sl
Switch dev env to use v2 port instead of SL
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports =
|
||||
|
||||
apis:
|
||||
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"
|
||||
pass: "password"
|
||||
documentupdater:
|
||||
|
||||
Reference in New Issue
Block a user