From c0439880276a627f1c8689b99703c7f3aed9b8d4 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 20 May 2021 10:05:27 +0100 Subject: [PATCH] Remove default user/pass in config template --- services/git-bridge/conf/envsubst_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/git-bridge/conf/envsubst_template.json b/services/git-bridge/conf/envsubst_template.json index e2d77a7ce5..c9c8554025 100644 --- a/services/git-bridge/conf/envsubst_template.json +++ b/services/git-bridge/conf/envsubst_template.json @@ -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": {