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.
35 lines
621 B
35 lines
621 B
11 months ago
|
{
|
||
|
"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
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"source":"https://...",
|
||
|
"target":"user2",
|
||
|
"queue":
|
||
|
{
|
||
|
"limit":5
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|