opensaps/opensaps.example.yaml

30 lines
678 B
YAML

slackhandler:
listener:
address: "127.0.0.1:39231"
webhooks:
gitea_to_matrix:
slack:
random1: "12345678"
random2: "87654321"
longrandom: "123456789012345678901234"
remote:
pusher: "matrix"
push_to: "matrix_test"
gitea_to_telegram:
slack:
random1: "87654321"
random2: "12345678"
longrandom: "432109876543210987654321"
remote:
pusher: "telegram"
push_to: "telegram_test"
matrix:
matrix_test:
api_root: "https://localhost:8448/_matrix/client/r0"
user: ""
password: ""
room: "!roomid:server.tld"
telegram:
telegram_test:
bot_id: "bot:id"
chat_id: "chat_id or -chat_id"