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:
@ -71,7 +71,7 @@ appservice:
|
||||
prefix: /_matrix/provision/v1
|
||||
# The shared secret to authorize users of the API.
|
||||
# Set to "generate" to generate and save a new token.
|
||||
shared_secret: generate
|
||||
shared_secret: {{ matrix_mautrix_telegram_provisioning_shared_secret | to_json }}
|
||||
|
||||
# The unique ID of this appservice.
|
||||
id: telegram
|
||||
|
Reference in New Issue
Block a user