mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Prod config
This commit is contained in:
parent
781b441bb8
commit
722634adf4
2 changed files with 15 additions and 15 deletions
|
@ -9,8 +9,8 @@ sleep 0.1
|
|||
echo -e $GREEN"\t* Launching ZMQ scripts"$DEFAULT
|
||||
|
||||
screen -S "Script" -X screen -t "Global" bash -c './Global.py; read x'
|
||||
sleep 0.1
|
||||
screen -S "Script" -X screen -t "Duplicate" bash -c './Duplicate.py; read x'
|
||||
#sleep 0.1
|
||||
#screen -S "Script" -X screen -t "Duplicate" bash -c './Duplicate.py; read x'
|
||||
sleep 0.1
|
||||
screen -S "Script" -X screen -t "Attribute" bash -c './Attribute.py; read x'
|
||||
sleep 0.1
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
subscribe = ZMQ_Global
|
||||
publish = Redis_Global
|
||||
|
||||
[Duplicates]
|
||||
subscribe = Redis_Global
|
||||
#[Duplicates]
|
||||
#subscribe = Redis_Global
|
||||
|
||||
[Indexer]
|
||||
subscribe = Redis_Global
|
||||
|
@ -27,7 +27,7 @@ subscribe = Redis_Words
|
|||
|
||||
[Categ]
|
||||
subscribe = Redis_Global
|
||||
publish = Redis_CreditCards,Redis_Mail,Redis_Onion,Redis_Web,Redis_Credential,Redis_SourceCode,Redis_Cve
|
||||
publish = Redis_CreditCards,Redis_Mail,Redis_Onion,Redis_Web,Redis_Credential
|
||||
|
||||
[CreditCards]
|
||||
subscribe = Redis_CreditCards
|
||||
|
@ -50,20 +50,20 @@ publish = Redis_Url,ZMQ_Url
|
|||
[WebStats]
|
||||
subscribe = Redis_Url
|
||||
|
||||
[Release]
|
||||
subscribe = Redis_Global
|
||||
#[Release]
|
||||
#subscribe = Redis_Global
|
||||
|
||||
[Credential]
|
||||
subscribe = Redis_Credential
|
||||
|
||||
[Cve]
|
||||
subscribe = Redis_Cve
|
||||
#[Cve]
|
||||
#subscribe = Redis_Cve
|
||||
|
||||
[Phone]
|
||||
subscribe = Redis_Global
|
||||
#[SourceCode]
|
||||
#subscribe = Redis_SourceCode
|
||||
|
||||
[SourceCode]
|
||||
subscribe = Redis_SourceCode
|
||||
#[Phone]
|
||||
#subscribe = Redis_Global
|
||||
|
||||
[Keys]
|
||||
subscribe = Redis_Global
|
||||
#[Keys]
|
||||
#subscribe = Redis_Global
|
||||
|
|
Loading…
Reference in a new issue