Updated example configuration and added basic configuration docs.

This commit is contained in:
2017-09-13 12:21:40 +05:00
parent b58baa8135
commit b63eb76187
3 changed files with 78 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
slackhandler:
listener:
address: "127.0.0.1"
port: 39231
address: "127.0.0.1:39231"
webhooks:
gitea_to_matrix:
slack:
@@ -9,10 +8,11 @@ webhooks:
random2: "87654321"
longrandom: "123456789012345678901234"
remote:
pusher: "matrix"
push_to: "matrix_test"
data: "room_id_from_config"
matrix:
matrix_test:
api_root: "https://localhost:8448/_matrix/client/r0"
user: ""
password: ""
room: "!roomid:server.tld"