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:
Paulo Jorge Reis 2018-11-15 09:46:54 +00:00 committed by sharelatex
parent af2d959504
commit 0bf66e8b99

View file

@ -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.