API_URL=http://127.0.0.1:8080 API_KEY=MYAPI CACHE_EXPIRATION=1 # bounce for all type of remediation that the bouncer can receive from the local API BOUNCING_ON_TYPE=all FALLBACK_REMEDIATION=ban REQUEST_TIMEOUT=3000 UPDATE_FREQUENCY=10 # live or stream MODE=live # exclude the bouncing on those location EXCLUDE_LOCATION= #those apply for "ban" action # /!\ REDIRECT_LOCATION and RET_CODE can't be used together. REDIRECT_LOCATION take priority over RET_CODE BAN_TEMPLATE_PATH=/data/etc/crowdsec/ban.html REDIRECT_LOCATION= RET_CODE= #those apply for "captcha" action #valid providers are recaptcha, hcaptcha, turnstile CAPTCHA_PROVIDER= # Captcha Secret Key SECRET_KEY= # Captcha Site key SITE_KEY= CAPTCHA_TEMPLATE_PATH=/data/etc/crowdsec/captcha.html CAPTCHA_EXPIRATION=3600