Merge pull request #22265 from overleaf/msm-blob-url-git-bridge-env

[web] Domain override for git blob URLs from `v1_history`

GitOrigin-RevId: 278f91503a54bff43c0a9f0924939ed43d362281
This commit is contained in:
Miguel Serrano
2025-01-10 09:57:40 +01:00
committed by Copybot
parent 5f913738a8
commit 0e6318ea0c

View File

@@ -281,6 +281,7 @@ module.exports = {
`http://${process.env.V1_HISTORY_HOST || '127.0.0.1'}:${
process.env.V1_HISTORY_PORT || '3100'
}/api`,
urlForGitBridge: process.env.V1_HISTORY_URL_FOR_GIT_BRIDGE,
user: process.env.V1_HISTORY_USER || 'staging',
pass:
process.env.V1_HISTORY_PASS ||