mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Consistently use GIT_BRIDGE
This commit is contained in:
parent
b47f21a44e
commit
0827795fc7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
"postbackBaseUrl": "${GIT_BRIDGE_POSTBACK_BASE_URL:-https://localhost}",
|
||||
"serviceName": "${GIT_BRIDGE_SERVICE_NAME:-Overleaf}",
|
||||
"oauth2": {
|
||||
"oauth2ClientID": "${GITBRIDGE_OAUTH2_CLIENT_ID}",
|
||||
"oauth2ClientSecret": "${GITBRIDGE_OAUTH2_CLIENT_SECRET}",
|
||||
"oauth2ClientID": "${GIT_BRIDGE_OAUTH2_CLIENT_ID}",
|
||||
"oauth2ClientSecret": "${GIT_BRIDGE_OAUTH2_CLIENT_SECRET}",
|
||||
"oauth2Server": "${GIT_BRIDGE_OAUTH2_SERVER:-https://localhost}"
|
||||
},
|
||||
"repoStore": {
|
||||
|
|
Loading…
Reference in a new issue