-
Notifications
You must be signed in to change notification settings - Fork 28
/
kibble.ini
63 lines (53 loc) · 1.39 KB
/
kibble.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[accounts]
allowSignup = True
verify = True
[api]
# Kibble elasticsearch database revision
database = 2
# Version f the API
version = 0.1.0
[broker]
enabled = false
url = https://localhost/api/
username = kibble
password = kibble4life
[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 =
[git]
# Comma-separated branch names
wanted_branches =
# Watson/BlueMix configuration for sentiment analysis, if applicable
[watson]
username =
password =
api = https://gateway-location.watsonplatform.net/tone-analyzer/api
# Azure Text Analysis API configuration, if applicable
[azure]
apikey =
location = west-us
# picoAPI Text Analysis configuration
[picoapi]
key =
[elasticsearch]
# Elasticsearch database name
dbname = kibble
# Connection uri used to determine host and port of elasticsearch instance
conn_uri = http://elasticsearch:9200
# Number of shards in es cluster
shards = 5
# Number of replicase in es cluster
replicas = 1
ssl = False
uri =
auth =
[mail]
mailhost = localhost:25
sender = Kibble <[email protected]>