Remove some "generate" values from various mautrix bridges

We do not let bridges update config files, so generation cannot happen.
We don't want the bridge to manage the config file anyway.
This commit is contained in:
Slavi Pantaleev
2024-12-17 12:00:39 +02:00
parent 8ab4315484
commit beeb8a7933
9 changed files with 13 additions and 5 deletions

View File

@ -384,7 +384,7 @@ direct_media:
allow_proxy: true
# Matrix server signing key to make the federation tester pass, same format as synapse's .signing.key file.
# This key is also used to sign the mxc:// URIs to ensure only the bridge can generate them.
server_key: generate
server_key: ""
# Settings for backfilling messages.
# Note that the exact way settings are applied depends on the network connector.