mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
parent
5a090ed0e2
commit
5eb05d179c
1
changelog.d/162.doc
Normal file
1
changelog.d/162.doc
Normal file
@ -0,0 +1 @@
|
||||
Update registration.sample.yml to include the required localparts for all supported services
|
@ -3,8 +3,14 @@ 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
|
||||
users: # In the following, foobar is your homeserver's domain
|
||||
- regex: "@_github_.*:foobar"
|
||||
exclusive: true
|
||||
- regex: "@_gitlab_.*:foobar"
|
||||
exclusive: true
|
||||
- regex: "@_jira_.*:foobar"
|
||||
exclusive: true
|
||||
- regex: "@_webhooks_.*:foobar" # Where _webhooks_ is set by userIdPrefix in config.yml
|
||||
exclusive: true
|
||||
aliases:
|
||||
- regex: "#github_.+:foobar" # Where foobar is your homeserver's domain
|
||||
|
Loading…
x
Reference in New Issue
Block a user