2014-08-06 11:43:40 +02:00
|
|
|
[Directories]
|
2014-08-20 16:00:56 +02:00
|
|
|
bloomfilters = Blooms
|
2014-08-19 19:07:07 +02:00
|
|
|
pastes = PASTES
|
2014-08-20 16:00:56 +02:00
|
|
|
wordtrending_csv = var/www/static/csv/wordstrendingdata
|
|
|
|
wordsfile = files/wordfile
|
2014-08-06 11:43:40 +02:00
|
|
|
|
|
|
|
##### Redis #####
|
|
|
|
[Redis_Cache]
|
|
|
|
host = localhost
|
|
|
|
port = 6379
|
|
|
|
db = 0
|
|
|
|
|
2014-12-22 16:50:25 +01:00
|
|
|
[Redis_Log]
|
|
|
|
host = localhost
|
|
|
|
port = 6380
|
|
|
|
db = 0
|
|
|
|
|
2014-08-06 11:43:40 +02:00
|
|
|
[Redis_Queues]
|
|
|
|
host = localhost
|
|
|
|
port = 6381
|
2014-09-05 10:41:00 +02:00
|
|
|
db = 0
|
2014-08-06 11:43:40 +02:00
|
|
|
|
|
|
|
[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
|
|
|
|
|
2014-12-22 16:29:05 +01:00
|
|
|
[Url]
|
|
|
|
cc_critical = DE
|
2014-08-11 11:04:09 +02:00
|
|
|
|
2014-09-17 17:19:03 +02:00
|
|
|
[DomClassifier]
|
|
|
|
cc = DE
|
|
|
|
cc_tld = r'\.de$'
|
|
|
|
|
2014-08-11 11:04:09 +02:00
|
|
|
# Indexer configuration
|
|
|
|
[Indexer]
|
|
|
|
type = whoosh
|
2014-08-20 16:00:56 +02:00
|
|
|
path = indexdir
|
2014-08-29 19:37:56 +02:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
[ZMQ_Global]
|
2016-02-04 15:32:50 +01:00
|
|
|
#address = tcp://crf.circl.lu:5556
|
|
|
|
address = tcp://127.0.0.1:5556
|
2014-08-29 19:37:56 +02:00
|
|
|
channel = 102
|
|
|
|
|
|
|
|
[ZMQ_Url]
|
|
|
|
address = tcp://127.0.0.1:5004
|
|
|
|
channel = urls
|
|
|
|
|
2014-12-22 16:29:05 +01:00
|
|
|
[ZMQ_FetchedOnion]
|
|
|
|
address = tcp://127.0.0.1:5005
|
|
|
|
channel = FetchedOnion
|
2014-09-30 16:55:16 +02:00
|
|
|
|
2014-12-22 16:29:05 +01:00
|
|
|
[RedisPubSub]
|
|
|
|
host = localhost
|
|
|
|
port = 6381
|
|
|
|
db = 0
|