mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Merge pull request #1150 from sharelatex/sk-add-git-bridge-public-base-url
Add `gitBridgePublicBaseUrl` to default settings GitOrigin-RevId: 19aeb6b9cf2e04e38ec24c15538fed1bcab9c784
This commit is contained in:
committed by
sharelatex
parent
af2d959504
commit
0bf66e8b99
@@ -96,6 +96,8 @@ module.exports = settings =
|
||||
documentupdater:
|
||||
port: docUpdaterPort = 3003
|
||||
|
||||
gitBridgePublicBaseUrl: "http://#{process.env['GIT_BRIDGE_HOST'] || 'localhost'}:8000"
|
||||
|
||||
# Tell each service where to find the other services. If everything
|
||||
# is running locally then this is easy, but they exist as separate config
|
||||
# options incase you want to run some services on remote hosts.
|
||||
|
||||
Reference in New Issue
Block a user