blob: 5765cbdb78ee027231258142f0d1b4fe487ae719 [file] [log] [blame]
# If enabled, kibble scanners will use direct ES connection.
elasticsearch:
enabled: true
hostname: localhost
port: 9200
ssl: false
uri: ""
database: kibble
# If enabled, kibble scanners will use the HTTP JSON API
broker:
enabled: false
url: https://localhost/api/
auth:
username: kibble
password: kibble4life
# Scanner client options
scanner:
# scratchdir: Location for storing file objects like git repos etc
# This should be permanent to speed up scans of large repositories
# on consecutive scans, but may be ephemeral like /tmp
scratchdir: /tmp
# If you are load balancing the scans, you should specify
# how many nodes are working, and which one you are,
# using the format: $nodeNo/$totalNodes. If there are 4 nodes,
# each node will gat 1/4th of all jobs to work on.
#balance: 1/4