From c904ae025999be1c8f0c92a4c80e5aee26db5a30 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Mon, 1 Mar 2021 14:11:36 +0000 Subject: [PATCH] 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 --- config/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2