From d28829671e69afb114fa7eae7356106736cf81cc Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 5 Jan 2023 02:57:52 +0530 Subject: [PATCH] few changes --- entrypoint-sentinel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-sentinel.sh b/entrypoint-sentinel.sh index dd4a1d3..562faf8 100644 --- a/entrypoint-sentinel.sh +++ b/entrypoint-sentinel.sh @@ -6,7 +6,7 @@ PORT=${PORT:-6379} IP=${IP:-0.0.0.0} QUORUM=${QUORUM:-2} -#Sentinel Config +#Sentinel Config here EXTERNAL_CONFIG_FILE=${EXTERNAL_CONFIG_FILE:-"/etc/redis/external.conf.d/redis-sentinel-additional.conf"} DOWN_AFTER_MILLISECONDS=${DOWN_AFTER_MILLISECONDS:-30000} PARALLEL_SYNCS=${PARALLEL_SYNCS:-1} -- 2.26.0