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