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

@ -57,6 +57,8 @@ matrix_mautrix_discord_homeserver_token: ''
matrix_mautrix_discord_appservice_bot_username: discordbot
matrix_mautrix_discord_provisioning_shared_secret: disable
# Minimum severity of journal log messages.
# Options: debug, info, warn, error, fatal
matrix_mautrix_discord_logging_level: 'warn'