matrix_piped_feed/config_example.json

18 lines
315 B
JSON

{
"credentials": {
"user": "my_user",
"password": "my_password",
"homeserver": "https://matrix-client.matrix.org"
},
"fetch_interval": 300,
"fetch_between": {
"start": 8,
"end": 23
},
"subscriptions": [
{
"room": "matrix_room_id",
"feed": "piped_feed_uri"
}
]
}