RSS Bot for Twister P2P
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

{
"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
}
}
]
}