mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 10:38:22 +00:00
Added config.sample
This commit is contained in:
parent
f9b27e4013
commit
697812dbff
1 changed files with 19 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
[Directories]
|
[Directories]
|
||||||
bloomfilters = Blooms
|
bloomfilters = Blooms
|
||||||
#Duplicate_ssdeep
|
|
||||||
dicofilters = Dicos
|
dicofilters = Dicos
|
||||||
pastes = PASTES
|
pastes = PASTES
|
||||||
|
|
||||||
|
@ -59,11 +58,26 @@ host = localhost
|
||||||
port = 6379
|
port = 6379
|
||||||
db = 1
|
db = 1
|
||||||
|
|
||||||
|
[Redis_Paste_Name]
|
||||||
|
host = localhost
|
||||||
|
port = 6379
|
||||||
|
db = 2
|
||||||
|
|
||||||
##### LevelDB #####
|
##### LevelDB #####
|
||||||
[Redis_Level_DB_Curve]
|
[Redis_Level_DB_Curve]
|
||||||
host = localhost
|
host = localhost
|
||||||
port = 3016
|
port = 6382
|
||||||
db = 0
|
db = 1
|
||||||
|
|
||||||
|
[Redis_Level_DB_Sentiment]
|
||||||
|
host = localhost
|
||||||
|
port = 6382
|
||||||
|
db = 4
|
||||||
|
|
||||||
|
[Redis_Level_DB_TermFreq]
|
||||||
|
host = localhost
|
||||||
|
port = 6382
|
||||||
|
db = 2
|
||||||
|
|
||||||
[Redis_Level_DB]
|
[Redis_Level_DB]
|
||||||
host = localhost
|
host = localhost
|
||||||
|
@ -72,8 +86,8 @@ db = 0
|
||||||
|
|
||||||
[Redis_Level_DB_Trending]
|
[Redis_Level_DB_Trending]
|
||||||
host = localhost
|
host = localhost
|
||||||
port = 2016
|
port = 6382
|
||||||
db = 0
|
db = 3
|
||||||
|
|
||||||
[Redis_Level_DB_Hashs]
|
[Redis_Level_DB_Hashs]
|
||||||
host = localhost
|
host = localhost
|
||||||
|
|
Loading…
Reference in a new issue