Added default configuration

pull/58/head
Mokaddem 2016-07-15 09:08:38 +02:00
parent 921da8aeb0
commit 9a9e07f600
1 changed files with 23 additions and 0 deletions

View File

@ -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