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
|
allowJsTransformationFunctions: false
|
||||||
waitForComplete: false
|
waitForComplete: false
|
||||||
feeds:
|
feeds:
|
||||||
# (Optional) Support for RSS/Atom feeds.
|
# (Optional) Configure this to enable RSS/Atom feed support
|
||||||
|
#
|
||||||
enabled: false
|
enabled: false
|
||||||
pollIntervalSeconds: 600
|
pollIntervalSeconds: 600
|
||||||
provisioning:
|
provisioning:
|
||||||
|
@ -106,6 +106,10 @@ export const DefaultConfig = new BridgeConfig({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
feeds: {
|
||||||
|
enabled: false,
|
||||||
|
pollIntervalSeconds: 600,
|
||||||
|
},
|
||||||
provisioning: {
|
provisioning: {
|
||||||
secret: "!secretToken"
|
secret: "!secretToken"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user