Ben
3b50125d54
Use asynchronously running code. Rewrite error handling and all api interactions. Add config.yml.example and more configuration options. Improve README.md. Update licenses in all files.
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
# secret for other services to interact with this webhook
|
|
secret: "…"
|
|
|
|
matrix:
|
|
server: https://matrix.org
|
|
username: …
|
|
|
|
# optional
|
|
store_path: …
|
|
device_name: …
|
|
device_id: … # will be filled automatically otherwise
|
|
|
|
# use password or token
|
|
password: "…"
|
|
token: …
|