35 lines
827 B
YAML
35 lines
827 B
YAML
---
|
|
###### This adds directories to the search path for other configfiles.
|
|
config_path: winchester
|
|
## It can also be a list:
|
|
#config_path:
|
|
# - /etc/winchester
|
|
# - /home/wherever
|
|
|
|
###### logging
|
|
#log_level: debug
|
|
## You can also use a full logging config file.
|
|
logging_config: logging.conf
|
|
|
|
###### How often to log stats
|
|
statistics_period: 10
|
|
|
|
pipeline_worker_batch_size: 1000
|
|
pipeline_worker_delay: 10
|
|
|
|
####### You can specify extra stackdistiller trait plugins here:
|
|
#distiller_trait_plugins:
|
|
# test: some.module.path:TestTraitPlugin
|
|
|
|
catch_all_notifications: false
|
|
|
|
database:
|
|
url: mysql://winchester:testpasswd@localhost/winchester
|
|
|
|
distiller_config: event_definitions.yaml
|
|
trigger_definitions: triggers.yaml
|
|
pipeline_config: pipelines.yaml
|
|
|
|
pipeline_handlers:
|
|
logger: winchester.pipeline_handler:LoggingHandler
|