From: Cyril Brulebois Date: Mon, 1 Mar 2021 14:11:36 +0000 (+0000) Subject: Adjust default config X-Git-Tag: archive/raspbian/1.0.9-2+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3f2181cd27d185886034e9955fa98edf4f6e90b;p=crowdsec.git Adjust default config Let's have all hub-related data under /var/lib/crowdsec/hub instead of the default /etc/crowdsec/hub directory. Signed-off-by: Cyril Brulebois Gbp-Pq: Name 0005-adjust-config.patch --- diff --git a/config/config.yaml b/config/config.yaml index 73d89ea..6c4f440 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -9,8 +9,8 @@ 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 + hub_dir: /var/lib/crowdsec/hub/ + index_path: /var/lib/crowdsec/hub/.index.json crowdsec_service: acquisition_path: /etc/crowdsec/acquis.yaml parser_routines: 1