mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Use setting instead of hard-coding port
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports =
|
||||
|
||||
apis:
|
||||
web:
|
||||
url: "http://#{process.env['WEB_HOST'] || "localhost"}:3000"
|
||||
url: "http://#{process.env['WEB_HOST'] || "localhost"}:#{process.env['WEB_PORT'] or 3000}"
|
||||
user: "sharelatex"
|
||||
pass: "password"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user