alertbot/config.example.yaml
2021-04-01 16:17:54 +02:00

7 lines
182 B
YAML

---
matrix_homeserver: https://example.com
matrix_user: "@alertbot:example.com"
matrix_password: "Ch@ngeMe!?"
matrix_room: "!room:example.com"
webhook_token: "MyVerySecretToken"
...