You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"twister":
|
|
|
|
{
|
|
|
|
"protocol":"http",
|
|
|
|
"host":"localhost",
|
|
|
|
"port":28332,
|
|
|
|
"username":"user",
|
|
|
|
"password":"pwd"
|
|
|
|
},
|
|
|
|
"sqlite":
|
|
|
|
{
|
|
|
|
"database":"database.sqlite",
|
|
|
|
"username":null,
|
|
|
|
"password":null
|
|
|
|
},
|
|
|
|
"feed":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"source":"https://...",
|
|
|
|
"target":"user1",
|
|
|
|
"queue":
|
|
|
|
{
|
|
|
|
"limit":5,
|
|
|
|
"delay":5
|
|
|
|
},
|
|
|
|
"keywords":
|
|
|
|
[
|
|
|
|
"News",
|
|
|
|
"news"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source":"https://...",
|
|
|
|
"target":"user2",
|
|
|
|
"queue":
|
|
|
|
{
|
|
|
|
"limit":5,
|
|
|
|
"delay":5
|
|
|
|
},
|
|
|
|
"keywords":
|
|
|
|
[
|
|
|
|
"News",
|
|
|
|
"news"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|