Updated example configuration and added basic configuration docs.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user