hookshot/registration.sample.yml

16 lines
555 B
YAML
Raw Normal View History

2021-11-22 16:02:07 +00:00
id: matrix-hookshot # This can be anything, but must be unique within your homeserver
2019-08-07 18:56:50 +01:00
as_token: aaaaaaaaaa # This again can be a random string
hs_token: aaaaaaaaaa # ..as can this
namespaces:
rooms: []
users:
- regex: "@_github_.*:foobar" # Where foobar is your homeserver's domain
exclusive: true
aliases:
- regex: "#github_.+:foobar" # Where foobar is your homeserver's domain
2019-08-07 18:56:50 +01:00
exclusive: true
sender_localpart: hookshot
2019-08-07 18:56:50 +01:00
url: "http://localhost:9993" # This should match the bridge.port in your config file
rate_limited: false