Skip to content

Commit

Permalink
Adding missing parameters to config_example.conf (#75)
Browse files Browse the repository at this point in the history
* Update config_example.conf

* Update config_example.conf

* SSL_VERIFY

Default to true as per configuration opts

---------

Co-authored-by: Laurence Jones <[email protected]>
  • Loading branch information
StevusPrimus and LaurenceJJones authored Sep 11, 2024
1 parent 7a85876 commit 229a54c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config_example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ SECRET_KEY=
SITE_KEY=
CAPTCHA_TEMPLATE_PATH=/var/lib/crowdsec/lua/templates/captcha.html
CAPTCHA_EXPIRATION=3600

APPSEC_URL=
APPSEC_FAILURE_ACTION=passthrough
APPSEC_CONNECT_TIMEOUT=
APPSEC_SEND_TIMEOUT=
APPSEC_PROCESS_TIMEOUT=
ALWAYS_SEND_TO_APPSEC=false
SSL_VERIFY=true

0 comments on commit 229a54c

Please sign in to comment.