2017-08-28 01:13:45 +05:00
|
|
|
slackhandler:
|
|
|
|
listener:
|
2017-09-13 12:21:40 +05:00
|
|
|
address: "127.0.0.1:39231"
|
2017-08-28 01:13:45 +05:00
|
|
|
webhooks:
|
|
|
|
gitea_to_matrix:
|
|
|
|
slack:
|
|
|
|
random1: "12345678"
|
|
|
|
random2: "87654321"
|
|
|
|
longrandom: "123456789012345678901234"
|
|
|
|
remote:
|
2017-09-13 12:21:40 +05:00
|
|
|
pusher: "matrix"
|
2017-08-28 01:13:45 +05:00
|
|
|
push_to: "matrix_test"
|
2017-10-31 22:50:14 +05:00
|
|
|
gitea_to_telegram:
|
|
|
|
slack:
|
|
|
|
random1: "87654321"
|
|
|
|
random2: "12345678"
|
|
|
|
longrandom: "432109876543210987654321"
|
|
|
|
remote:
|
|
|
|
pusher: "telegram"
|
|
|
|
push_to: "telegram_test"
|
2017-08-28 01:13:45 +05:00
|
|
|
matrix:
|
|
|
|
matrix_test:
|
|
|
|
api_root: "https://localhost:8448/_matrix/client/r0"
|
|
|
|
user: ""
|
|
|
|
password: ""
|
2017-09-13 12:21:40 +05:00
|
|
|
room: "!roomid:server.tld"
|
2017-10-31 22:50:14 +05:00
|
|
|
telegram:
|
|
|
|
telegram_test:
|
|
|
|
bot_id: "bot:id"
|
2019-03-05 18:32:34 +05:00
|
|
|
chat_id: "chat_id or -chat_id"
|
|
|
|
proxy:
|
|
|
|
enabled: false
|
|
|
|
type: "http"
|
|
|
|
address: "localhost:3128"
|
|
|
|
user: ""
|
|
|
|
password: ""
|