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> - drupal/ban<br> - drupal/flood<br> - drupal/whisper<br>scenarios:<br> - drupal/ban<br> - drupal/flood<br> - drupal/whisper<br> - crowdsecurity/http-backdoors-attempts<br> - crowdsecurity/http-bad-user-agent<br> - crowdsecurity/http-crawl-non_statics<br> - crowdsecurity/http-probing<br> - crowdsecurity/http-path-traversal-probing<br> - crowdsecurity/http-sensitive-files<br> - crowdsecurity/http-sqli-probing<br> - crowdsecurity/http-xss-probing<br> - crowdsecurity/http-w00tw00t<br> - crowdsecurity/http-generic-bf<br> - crowdsecurity/http-open-proxy<br>whisper:<br> enable: 1<br> leak_speed: 10<br> bucket_capacity: 10<br> ban_duration: 3600</pre>
issue