mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Update the config.yaml file from upstream template
This commit is contained in:
parent
d34f691b31
commit
94070c93a2
1 changed files with 5 additions and 1 deletions
|
@ -139,6 +139,10 @@ bridge:
|
||||||
# Send captions in the same message as images. This will send data compatible with both MSC2530.
|
# Send captions in the same message as images. This will send data compatible with both MSC2530.
|
||||||
# This is currently not supported in most clients.
|
# This is currently not supported in most clients.
|
||||||
caption_in_message: false
|
caption_in_message: false
|
||||||
|
# Format for generating URLs from location messages for sending to Signal
|
||||||
|
# Google Maps: 'https://www.google.com/maps/place/%[1]s,%[2]s'
|
||||||
|
# OpenStreetMap: 'https://www.openstreetmap.org/?mlat=%[1]s&mlon=%[2]'
|
||||||
|
location_format: 'https://www.google.com/maps/place/%[1]s,%[2]s'
|
||||||
# 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
|
||||||
|
@ -310,4 +314,4 @@ logging:
|
||||||
filename: /var/log/__APP__/__APP__.log
|
filename: /var/log/__APP__/__APP__.log
|
||||||
max_size: 100
|
max_size: 100
|
||||||
max_backups: 10
|
max_backups: 10
|
||||||
compress: true
|
compress: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue