crowdsec/pkg/csconfig/tests/config.yaml
Thibault "bui" Koechlin 22ada59393
Allow for acquisition files to be specified from a directory as well (#619)
* allow a acquisition_dir in crowdsec's config + change the behaviour of config loading so that it's working with a list instead. keep backward compat with acquisition_path

* remove the default behaviour of 'guessing' acquis path if param isn't present, and error
2021-02-17 13:55:36 +01:00

39 lines
744 B
YAML

common:
daemonize: false
pid_dir: /tmp/
log_media: stdout
log_level: info
working_dir: .
prometheus:
enabled: true
level: full
crowdsec_service:
acquisition_path: ./tests/acquis.yaml
parser_routines: 1
cscli:
output: human
db_config:
user: ""
password: ""
db_name: ""
host: ""
port: 0
db_path: ./crowdsec.db
type: sqlite
api:
client:
credentials_path: ./tests/lapi-secrets.yaml
server:
profiles_path: ./tests/profiles.yaml
listen_uri: 127.0.0.1:8080
tls: null
online_client:
credentials_path: ./tests/online-api-secrets.yaml
config_paths:
config_dir: ./tests
data_dir: .
simulation_path: ./tests/simulation.yaml
index_path: ./tests/hub/.index.json
hub_dir: ./tests/hub