Fix crowdsec deployment on RedHat family version 7
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
2a48449792
commit
826c345aef
2 changed files with 13 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ api:
|
|||
# key_file: /etc/crowdsec/ssl/key.pem
|
||||
{% endif %}
|
||||
prometheus:
|
||||
enabled: {{ crowdsec_prometheus.enabled }}
|
||||
enabled: {{ crowdsec_prometheus.enabled | lower }}
|
||||
level: full
|
||||
listen_addr: 127.0.0.1
|
||||
listen_port: 6060
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue