Replace 'perspectives' config block with 'trusted_key_servers' in docker homeserver.yaml template (#9157)

This commit is contained in:
Andrew Morgan 2021-01-19 16:19:32 +00:00 committed by GitHub
parent 73b03722f4
commit 94549771f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

1
changelog.d/9157.misc Normal file
View file

@ -0,0 +1 @@
Replace the old `perspectives` option in the Synapse docker config file template with `trusted_key_servers`.

View file

@ -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