ail-framework/bin/packages/config.cfg.sample

79 lines
1.2 KiB
Text
Raw Normal View History

[Directories]
bloomfilters = Blooms
2014-08-19 17:07:07 +00:00
pastes = PASTES
wordtrending_csv = var/www/static/csv/wordstrendingdata
wordsfile = files/wordfile
#### Modules ####
[Modules_Duplicates]
#Number of month to look back
maximum_month_range = 3
#The value where two pastes are considerate duplicate.
threshold_duplicate = 50
2016-07-18 13:52:53 +00:00
#Minimum size of the paste considered
min_paste_size = 0.3
##### Redis #####
[Redis_Cache]
host = localhost
port = 6379
db = 0
2014-12-22 15:50:25 +00:00
[Redis_Log]
host = localhost
port = 6380
db = 0
[Redis_Queues]
host = localhost
port = 6381
db = 0
[Redis_Data_Merging]
host = localhost
port = 6379
db = 1
##### LevelDB #####
[Redis_Level_DB]
host = localhost
port = 2013
db = 0
[Redis_Level_DB_Hashs]
host = localhost
port = 2013
db = 1
[Url]
cc_critical = DE
[DomClassifier]
cc = DE
cc_tld = r'\.de$'
# Indexer configuration
[Indexer]
type = whoosh
path = indexdir
###############################################################################
[ZMQ_Global]
2016-02-04 14:32:50 +00:00
#address = tcp://crf.circl.lu:5556
address = tcp://127.0.0.1:5556
channel = 102
[ZMQ_Url]
address = tcp://127.0.0.1:5004
channel = urls
[ZMQ_FetchedOnion]
address = tcp://127.0.0.1:5005
channel = FetchedOnion
[RedisPubSub]
host = localhost
port = 6381
db = 0