mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 06:31:18 +00:00
Reorg; create crowdsec folder properly now
This commit is contained in:
parent
81c4199e87
commit
60449afca5
15 changed files with 349 additions and 285 deletions
12
install/config/crowdsec/config.yaml
Normal file
12
install/config/crowdsec/config.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
api:
|
||||
client:
|
||||
insecure_skip_verify: false
|
||||
credentials_path: /etc/crowdsec/local_api_credentials.yaml
|
||||
server:
|
||||
log_level: info
|
||||
listen_uri: 0.0.0.0:9090
|
||||
profiles_path: /etc/crowdsec/profiles.yaml
|
||||
trusted_ips:
|
||||
- 0.0.0.0/0
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
Loading…
Add table
Add a link
Reference in a new issue