AIL-framework/bin/packages/config.cfg.sample

93 lines
1.5 KiB
Plaintext
Raw Normal View History

[Directories]
bloomfilters = Blooms
2014-08-19 19:07:07 +02:00
pastes = PASTES
2016-07-15 09:08:38 +02:00
wordtrending_csv = var/www/static/csv/wordstrendingdata
wordsfile = files/wordfile
2016-07-15 09:08:38 +02:00
protocolstrending_csv = var/www/static/csv/protocolstrendingdata
protocolsfile = files/protocolsfile
tldstrending_csv = var/www/static/csv/tldstrendingdata
tldsfile = AILENV/lib/faup/src/data/mozilla.tlds
domainstrending_csv = var/www/static/csv/domainstrendingdata
##### Flask #####
[Flask]
#Maximum number of character to display in the toolip
max_preview_char = 250
#Maximum number of character to display in the modal
max_preview_modal = 800
#Default number of header to display in trending graphs
default_display = 10
##### 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
[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
2016-07-15 09:08:38 +02:00
[Redis_Level_DB_Domain]
host = localhost
port = 2016
db = 3
[Redis_Level_DB_Hashs]
host = localhost
port = 2013
db = 1
[Url]
cc_critical = DE
[DomClassifier]
cc = DE
cc_tld = r'\.de$'
# Indexer configuration
[Indexer]
type = whoosh
path = indexdir
###############################################################################
[ZMQ_Global]
2016-02-04 15:32:50 +01:00
#address = tcp://crf.circl.lu:5556
address = tcp://127.0.0.1:5556
channel = 102
[ZMQ_Url]
address = tcp://127.0.0.1:5004
channel = urls
[ZMQ_FetchedOnion]
address = tcp://127.0.0.1:5005
channel = FetchedOnion
[RedisPubSub]
host = localhost
port = 6381
db = 0