add config parser

This commit is contained in:
Jean-Marie Mineau 2021-10-05 21:27:16 +02:00
parent f544d8eef9
commit 1172db1d95
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
4 changed files with 45 additions and 0 deletions

8
config.yaml.exp Normal file
View file

@ -0,0 +1,8 @@
---
username: kassandra
homeserver: https://matrix.org
password: beware of greeks bearing gifts
allert_rooms:
- "#troy:matrix.org"
- "#ithaca:matrix.org"
...