github.com/crowdsecurity/crowdsec@v1.6.1/pkg/csconfig/testdata/config.yaml (about) 1 common: 2 daemonize: false 3 log_media: stdout 4 log_level: info 5 prometheus: 6 enabled: true 7 level: full 8 crowdsec_service: 9 acquisition_path: ./testdata/acquis.yaml 10 parser_routines: 1 11 cscli: 12 output: human 13 db_config: 14 user: "" 15 password: "" 16 db_name: "" 17 host: "" 18 port: 0 19 db_path: ./crowdsec.db 20 type: sqlite 21 api: 22 client: 23 credentials_path: ./testdata/lapi-secrets.yaml 24 server: 25 profiles_path: ./testdata/profiles.yaml 26 listen_uri: 127.0.0.1:8080 27 tls: null 28 online_client: 29 credentials_path: ./testdata/online-api-secrets.yaml 30 config_paths: 31 config_dir: ./testdata 32 data_dir: . 33 simulation_path: ./testdata/simulation.yaml 34 index_path: ./testdata/hub/.index.json 35 hub_dir: ./testdata/hub 36