mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Revert changes on the config file due to merging messup
This commit is contained in:
parent
dc57454d82
commit
50369c6706
1 changed files with 9 additions and 13 deletions
|
@ -31,12 +31,8 @@ host = localhost
|
||||||
port = 2013
|
port = 2013
|
||||||
db = 1
|
db = 1
|
||||||
|
|
||||||
# PUB / SUB : ZMQ
|
[Url]
|
||||||
[Feed]
|
cc_critical = DE
|
||||||
# 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]
|
[DomClassifier]
|
||||||
cc = DE
|
cc = DE
|
||||||
|
@ -57,11 +53,11 @@ channel = 102
|
||||||
address = tcp://127.0.0.1:5004
|
address = tcp://127.0.0.1:5004
|
||||||
channel = urls
|
channel = urls
|
||||||
|
|
||||||
[PubSub_DomainClassifier]
|
[ZMQ_FetchedOnion]
|
||||||
cc = DE
|
address = tcp://127.0.0.1:5005
|
||||||
cc_tld = r'\.de$'
|
channel = FetchedOnion
|
||||||
|
|
||||||
# Indexer configuration
|
[RedisPubSub]
|
||||||
[Indexer]
|
host = localhost
|
||||||
type = whoosh
|
port = 6381
|
||||||
path = indexdir
|
db = 0
|
||||||
|
|
Loading…
Reference in a new issue