You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
678 B
37 lines
678 B
4 years ago
|
common:
|
||
|
daemonize: false
|
||
|
log_media: stdout
|
||
|
log_level: info
|
||
|
working_dir: .
|
||
|
|
||
|
config_paths:
|
||
|
config_dir: /etc/crowdsec/
|
||
|
data_dir: /var/lib/crowdsec/data/
|
||
|
simulation_path: /etc/crowdsec/simulation.yaml
|
||
|
hub_dir: /etc/crowdsec/hub/
|
||
|
index_path: /etc/crowdsec/hub/.index.json
|
||
|
|
||
|
crowdsec_service:
|
||
|
acquisition_path: /etc/crowdsec/acquis.yaml
|
||
|
parser_routines: 1
|
||
|
|
||
|
cscli:
|
||
|
output: human
|
||
|
hub_branch: master
|
||
|
|
||
|
db_config:
|
||
|
log_level: info
|
||
|
db_path: /var/lib/crowdsec/data/dev.db
|
||
|
flush:
|
||
|
max_items: 100000
|
||
|
max_age: 730d
|
||
|
|
||
|
api:
|
||
|
client:
|
||
|
insecure_skip_verify: false
|
||
|
credentials_path: /etc/crowdsec/local_api_credentials.yaml
|
||
|
|
||
|
prometheus:
|
||
|
enabled: false
|
||
|
|