forked from MirrorHub/synapse
Replace 'perspectives' config block with 'trusted_key_servers' in docker homeserver.yaml template (#9157)
This commit is contained in:
parent
73b03722f4
commit
94549771f7
2 changed files with 5 additions and 6 deletions
1
changelog.d/9157.misc
Normal file
1
changelog.d/9157.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Replace the old `perspectives` option in the Synapse docker config file template with `trusted_key_servers`.
|
|
@ -198,12 +198,10 @@ old_signing_keys: {}
|
|||
key_refresh_interval: "1d" # 1 Day.
|
||||
|
||||
# The trusted servers to download signing keys from.
|
||||
perspectives:
|
||||
servers:
|
||||
"matrix.org":
|
||||
verify_keys:
|
||||
"ed25519:auto":
|
||||
key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"
|
||||
trusted_key_servers:
|
||||
- server_name: matrix.org
|
||||
verify_keys:
|
||||
"ed25519:auto": "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"
|
||||
|
||||
password_config:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue