Merge pull request #122 from overleaf/em-fix-config

Fix typo in config
This commit is contained in:
Simon Detheridge 2021-06-24 20:46:00 +01:00 committed by GitHub
commit 4a8c33a260

View file

@ -1,7 +1,7 @@
{
"port": ${GIT_BRIDGE_PORT:-8000},
"bindIp": "${GIT_BRIDGE_BIND_IP:-0.0.0.0}",
"idleTimeout": "${GIT_BRIDGE_IDLE_TIMEOUT:-600000",
"idleTimeout": "${GIT_BRIDGE_IDLE_TIMEOUT:-600000}",
"rootGitDirectory": "${GIT_BRIDGE_ROOT_DIR:-/tmp/wlgb}",
"apiBaseUrl": "${GIT_BRIDGE_API_BASE_URL:-https://localhost/api/v0}",
"postbackBaseUrl": "${GIT_BRIDGE_POSTBACK_BASE_URL:-https://localhost}",