mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
67 lines
1 KiB
Text
67 lines
1 KiB
Text
[Directories]
|
|
bloomfilters = Blooms
|
|
pastes = PASTES
|
|
wordtrending_csv = var/www/static/csv/wordstrendingdata
|
|
wordsfile = files/wordfile
|
|
|
|
##### Redis #####
|
|
[Redis_Cache]
|
|
host = localhost
|
|
port = 6379
|
|
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
|
|
|
|
# PUB / SUB : ZMQ
|
|
[Feed]
|
|
# if you use the pystemon-feeder.py change the configuration
|
|
# where the feeder is listening. Usually it's 127.0.0.1:5556
|
|
adress = tcp://crf.circl.lu:5556
|
|
topicfilter = 102
|
|
|
|
[DomClassifier]
|
|
cc = DE
|
|
cc_tld = r'\.de$'
|
|
|
|
# Indexer configuration
|
|
[Indexer]
|
|
type = whoosh
|
|
path = indexdir
|
|
|
|
###############################################################################
|
|
|
|
[ZMQ_Global]
|
|
address = tcp://crf.circl.lu:5556
|
|
channel = 102
|
|
|
|
[ZMQ_Url]
|
|
address = tcp://127.0.0.1:5004
|
|
channel = urls
|
|
|
|
[PubSub_DomainClassifier]
|
|
cc = DE
|
|
cc_tld = r'\.de$'
|
|
|
|
# Indexer configuration
|
|
[Indexer]
|
|
type = whoosh
|
|
path = indexdir
|