Consistently use GIT_BRIDGE

This commit is contained in:
Christopher Hoskin 2021-05-12 08:42:45 +01:00
parent b47f21a44e
commit 0827795fc7

View file

@ -7,8 +7,8 @@
"postbackBaseUrl": "${GIT_BRIDGE_POSTBACK_BASE_URL:-https://localhost}", "postbackBaseUrl": "${GIT_BRIDGE_POSTBACK_BASE_URL:-https://localhost}",
"serviceName": "${GIT_BRIDGE_SERVICE_NAME:-Overleaf}", "serviceName": "${GIT_BRIDGE_SERVICE_NAME:-Overleaf}",
"oauth2": { "oauth2": {
"oauth2ClientID": "${GITBRIDGE_OAUTH2_CLIENT_ID}", "oauth2ClientID": "${GIT_BRIDGE_OAUTH2_CLIENT_ID}",
"oauth2ClientSecret": "${GITBRIDGE_OAUTH2_CLIENT_SECRET}", "oauth2ClientSecret": "${GIT_BRIDGE_OAUTH2_CLIENT_SECRET}",
"oauth2Server": "${GIT_BRIDGE_OAUTH2_SERVER:-https://localhost}" "oauth2Server": "${GIT_BRIDGE_OAUTH2_SERVER:-https://localhost}"
}, },
"repoStore": { "repoStore": {