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.

20 lines
533 B

  1. --- a/config/config.yaml
  2. +++ b/config/config.yaml
  3. @@ -7,7 +7,7 @@ common:
  4. working_dir: .
  5. config_paths:
  6. config_dir: /etc/crowdsec/
  7. - data_dir: /var/lib/crowdsec/data/
  8. + data_dir: /srv/crowdsec/data/
  9. simulation_path: /etc/crowdsec/simulation.yaml
  10. hub_dir: /etc/crowdsec/hub/
  11. index_path: /etc/crowdsec/hub/.index.json
  12. @@ -21,7 +21,7 @@ cscli:
  13. db_config:
  14. log_level: info
  15. type: sqlite
  16. - db_path: /var/lib/crowdsec/data/crowdsec.db
  17. + db_path: /srv/crowdsec/data/crowdsec.db
  18. #user:
  19. #password:
  20. #db_name: