mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove default user/pass in config template
This commit is contained in:
parent
ae08604417
commit
c043988027
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
"port": ${GIT_BRIDGE_PORT:-8000},
|
||||
"rootGitDirectory": "${GIT_BRIDGE_ROOT_DIR:-/tmp/wlgb}",
|
||||
"apiBaseUrl": "${GIT_BRIDGE_API_BASE_URL:-https://localhost/api/v0}",
|
||||
"username": "${GIT_BRIDGE_USERNAME:-user}",
|
||||
"password": "${GIT_BRIDGE_PASSWORD:-pass}",
|
||||
"username": "${GIT_BRIDGE_USERNAME}",
|
||||
"password": "${GIT_BRIDGE_PASSWORD}",
|
||||
"postbackBaseUrl": "${GIT_BRIDGE_POSTBACK_BASE_URL:-https://localhost}",
|
||||
"serviceName": "${GIT_BRIDGE_SERVICE_NAME:-Overleaf}",
|
||||
"oauth2": {
|
||||
|
|
Loading…
Reference in a new issue