Merge pull request #13026 from overleaf/em-git-bridge-password-mode-default

Default password auth support in git-bridge to false

GitOrigin-RevId: c8b783082e519e7b5ccdee27e45c37dee955796b
This commit is contained in:
Eric Mc Sween 2023-05-11 08:46:18 -04:00 committed by Copybot
parent 658f3abb38
commit 27cc7db733

View file

@ -11,7 +11,7 @@
"oauth2ClientSecret": "${GIT_BRIDGE_OAUTH2_CLIENT_SECRET}",
"oauth2Server": "${GIT_BRIDGE_OAUTH2_SERVER:-https://localhost}"
},
"userPasswordEnabled": ${GIT_BRIDGE_USER_PASSWORD_ENABLED:-true},
"userPasswordEnabled": ${GIT_BRIDGE_USER_PASSWORD_ENABLED:-false},
"repoStore": {
"maxFileNum": ${GIT_BRIDGE_REPOSTORE_MAX_FILE_NUM:-2000},
"maxFileSize": ${GIT_BRIDGE_REPOSTORE_MAX_FILE_SIZE:-52428800}