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