mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Add new config options
This commit is contained in:
parent
4401652f86
commit
5877310265
1 changed files with 2 additions and 4 deletions
|
@ -75,6 +75,8 @@ appservice:
|
||||||
|
|
||||||
# Segment API key to track some events, like provisioning API login and encryption errors.
|
# Segment API key to track some events, like provisioning API login and encryption errors.
|
||||||
segment_key: null
|
segment_key: null
|
||||||
|
# Optional user_id to use when sending Segment events. If null, defaults to using mxID.
|
||||||
|
segment_user_id: null
|
||||||
|
|
||||||
# Prometheus config.
|
# Prometheus config.
|
||||||
metrics:
|
metrics:
|
||||||
|
@ -295,10 +297,6 @@ bridge:
|
||||||
# Whether or not created rooms should have federation enabled.
|
# Whether or not created rooms should have federation enabled.
|
||||||
# If false, created portal rooms will never be federated.
|
# If false, created portal rooms will never be federated.
|
||||||
federate_rooms: true
|
federate_rooms: true
|
||||||
# Whether to enable disappearing messages in groups. If enabled, then the expiration time of
|
|
||||||
# the messages will be determined by the first user to read the message, rather than individually.
|
|
||||||
# If the bridge only has a single user, this can be turned on safely.
|
|
||||||
disappearing_messages_in_groups: false
|
|
||||||
# Should the bridge never send alerts to the bridge management room?
|
# Should the bridge never send alerts to the bridge management room?
|
||||||
# These are mostly things like the user being logged out.
|
# These are mostly things like the user being logged out.
|
||||||
disable_bridge_alerts: false
|
disable_bridge_alerts: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue