mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
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:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user