Define default configuration
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3328800. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We need to clarify the following:</p> <ul> <li>Which scenarios should be available in configuration form</li> <li>How should the default configuration of the module look like?</li> </ul> <p>Here is the list of configuration values:</p> <pre>log_level: 6<br>env: dev<br>api_timeout: 120<br>cache_backend_redis: 0<br>signal_scenarios:<br>&nbsp; - drupal/ban<br>&nbsp; - drupal/flood<br>&nbsp; - drupal/whisper<br>scenarios:<br>&nbsp; - drupal/ban<br>&nbsp; - drupal/flood<br>&nbsp; - drupal/whisper<br>&nbsp; - crowdsecurity/http-backdoors-attempts<br>&nbsp; - crowdsecurity/http-bad-user-agent<br>&nbsp; - crowdsecurity/http-crawl-non_statics<br>&nbsp; - crowdsecurity/http-probing<br>&nbsp; - crowdsecurity/http-path-traversal-probing<br>&nbsp; - crowdsecurity/http-sensitive-files<br>&nbsp; - crowdsecurity/http-sqli-probing<br>&nbsp; - crowdsecurity/http-xss-probing<br>&nbsp; - crowdsecurity/http-w00tw00t<br>&nbsp; - crowdsecurity/http-generic-bf<br>&nbsp; - crowdsecurity/http-open-proxy<br>whisper:<br>&nbsp; enable: 1<br>&nbsp; leak_speed: 10<br>&nbsp; bucket_capacity: 10<br>&nbsp; ban_duration: 3600</pre>
issue