Complete bash migration

This commit is contained in:
Owen
2025-02-12 21:56:13 -05:00
parent a7b8ffaf9f
commit 81c4199e87
9 changed files with 301 additions and 504 deletions

View 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