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

code_spécifique_watcha
Andrew Morgan 4 years ago committed by GitHub
parent 73b03722f4
commit 94549771f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/9157.misc
  2. 10
      docker/conf/homeserver.yaml

@ -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…
Cancel
Save