mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Update sample config
This commit is contained in:
parent
c75977a91f
commit
f599618563
@ -12,14 +12,24 @@ github:
|
|||||||
# (Optional) Configure this to enable GitHub support
|
# (Optional) Configure this to enable GitHub support
|
||||||
#
|
#
|
||||||
auth:
|
auth:
|
||||||
|
# Authentication for the GitHub App.
|
||||||
|
#
|
||||||
id: 123
|
id: 123
|
||||||
privateKeyFile: github-key.pem
|
privateKeyFile: github-key.pem
|
||||||
|
webhook:
|
||||||
|
# Webhook settings for the GitHub app.
|
||||||
|
#
|
||||||
|
secret: secrettoken
|
||||||
oauth:
|
oauth:
|
||||||
|
# (Optional) Settings for allowing users to sign in via OAuth.
|
||||||
|
#
|
||||||
client_id: foo
|
client_id: foo
|
||||||
client_secret: bar
|
client_secret: bar
|
||||||
redirect_uri: https://example.com/bridge_oauth/
|
redirect_uri: https://example.com/bridge_oauth/
|
||||||
webhook:
|
defaultOptions:
|
||||||
secret: secrettoken
|
# (Optional) Default options for GitHub connections.
|
||||||
|
#
|
||||||
|
showIssueRoomLink: false
|
||||||
gitlab:
|
gitlab:
|
||||||
# (Optional) Configure this to enable GitLab support
|
# (Optional) Configure this to enable GitLab support
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user