From 50369c67060eb7c0437cefda76a1899ceb19e7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 22 Dec 2014 16:29:05 +0100 Subject: [PATCH] Revert changes on the config file due to merging messup --- bin/packages/config.cfg.sample | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/bin/packages/config.cfg.sample b/bin/packages/config.cfg.sample index 9bbf2edf..8e7268bf 100644 --- a/bin/packages/config.cfg.sample +++ b/bin/packages/config.cfg.sample @@ -31,12 +31,8 @@ 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 +[Url] +cc_critical = DE [DomClassifier] cc = DE @@ -57,11 +53,11 @@ channel = 102 address = tcp://127.0.0.1:5004 channel = urls -[PubSub_DomainClassifier] -cc = DE -cc_tld = r'\.de$' +[ZMQ_FetchedOnion] +address = tcp://127.0.0.1:5005 +channel = FetchedOnion -# Indexer configuration -[Indexer] -type = whoosh -path = indexdir +[RedisPubSub] +host = localhost +port = 6381 +db = 0