mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 04:13:34 +00: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:
parent
af2d959504
commit
0bf66e8b99
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ module.exports = settings =
|
||||||
documentupdater:
|
documentupdater:
|
||||||
port: docUpdaterPort = 3003
|
port: docUpdaterPort = 3003
|
||||||
|
|
||||||
|
gitBridgePublicBaseUrl: "http://#{process.env['GIT_BRIDGE_HOST'] || 'localhost'}:8000"
|
||||||
|
|
||||||
# Tell each service where to find the other services. If everything
|
# Tell each service where to find the other services. If everything
|
||||||
# is running locally then this is easy, but they exist as separate config
|
# is running locally then this is easy, but they exist as separate config
|
||||||
# options incase you want to run some services on remote hosts.
|
# options incase you want to run some services on remote hosts.
|
||||||
|
|
Loading…
Reference in a new issue