From 9a9e07f600cfdf769ecb72934b2b418569d3c8e2 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Fri, 15 Jul 2016 09:08:38 +0200 Subject: [PATCH] Added default configuration --- bin/packages/config.cfg.sample | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/bin/packages/config.cfg.sample b/bin/packages/config.cfg.sample index 6d07707c..853edd2a 100644 --- a/bin/packages/config.cfg.sample +++ b/bin/packages/config.cfg.sample @@ -1,9 +1,27 @@ [Directories] bloomfilters = Blooms pastes = PASTES + wordtrending_csv = var/www/static/csv/wordstrendingdata wordsfile = files/wordfile +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 @@ -31,6 +49,11 @@ host = localhost port = 2013 db = 0 +[Redis_Level_DB_Domain] +host = localhost +port = 2016 +db = 3 + [Redis_Level_DB_Hashs] host = localhost port = 2013