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