mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Update config defaults
This commit is contained in:
parent
917ea003a2
commit
ef91798bcb
@ -81,7 +81,8 @@ generic:
|
||||
allowJsTransformationFunctions: false
|
||||
waitForComplete: false
|
||||
feeds:
|
||||
# (Optional) Support for RSS/Atom feeds.
|
||||
# (Optional) Configure this to enable RSS/Atom feed support
|
||||
#
|
||||
enabled: false
|
||||
pollIntervalSeconds: 600
|
||||
provisioning:
|
||||
|
@ -106,6 +106,10 @@ export const DefaultConfig = new BridgeConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
feeds: {
|
||||
enabled: false,
|
||||
pollIntervalSeconds: 600,
|
||||
},
|
||||
provisioning: {
|
||||
secret: "!secretToken"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user