14 lines
190 B
Markdown
14 lines
190 B
Markdown
|
# matrix-alerts
|
||
|
RabbitMQ consumer that sends alerts to Matrix.
|
||
|
|
||
|
## Configuration
|
||
|
```
|
||
|
{
|
||
|
"matrix": {
|
||
|
"homeserver": "",
|
||
|
"username": "",
|
||
|
"password": "",
|
||
|
"room_id": ""
|
||
|
}
|
||
|
}
|
||
|
```
|