mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-12 22:53:47 -04:00
Match upstream debug env
This commit is contained in:
@@ -5,7 +5,7 @@ CONFIG_PATH="/config/crowdsec/"
|
|||||||
LIB_PATH="/usr/local/lua/crowdsec/"
|
LIB_PATH="/usr/local/lua/crowdsec/"
|
||||||
DATA_PATH="/var/lib/crowdsec/lua/"
|
DATA_PATH="/var/lib/crowdsec/lua/"
|
||||||
|
|
||||||
if [[ ${DOCKER_MODS_DEBUG,,} = "true" ]]; then
|
if [[ ${DOCKER_MODS_DEBUG_CURL,,} = "true" ]]; then
|
||||||
CURL_NOISE_LEVEL="-v"
|
CURL_NOISE_LEVEL="-v"
|
||||||
else
|
else
|
||||||
CURL_NOISE_LEVEL="--silent"
|
CURL_NOISE_LEVEL="--silent"
|
||||||
|
|||||||
Reference in New Issue
Block a user