mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
10 lines
258 B
YAML
10 lines
258 B
YAML
github:
|
|
auth: someauthtoken
|
|
webhook:
|
|
secret: webhooksecret
|
|
port: 7775
|
|
bridge:
|
|
domain: example.com
|
|
url: http://localhost:8008
|
|
port: 9993 # Port the appservice is binding to
|
|
bindAddress: 127.0.0.1 # Not the port the appservice is binding to |