example config

This commit is contained in:
jackdaw@loafle.com 2017-04-13 14:59:23 +09:00
parent 1015a95d88
commit 061b37d31c

20
config/example.json Normal file
View File

@ -0,0 +1,20 @@
{
"id" : "SOEJWEOJWOEJOSDJFOASDJFOSDFO2903870928734",
"target" : {
"connection" : {
"ip" : "192.168.1.104",
"port" : "6379",
"ssl" : false,
"type" : "tcp"
}
},
"schedule" : {
"interval" : "10"
},
"crawler" : {
"name":"redis_protocol_crawler",
"container":"network_crawler"
},
"item" : [
]
}