Skip to content
Snippets Groups Projects
Unverified Commit 94549771 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Replace 'perspectives' config block with 'trusted_key_servers' in docker...

Replace 'perspectives' config block with 'trusted_key_servers' in docker homeserver.yaml template (#9157)
parent 73b03722
No related branches found
No related tags found
No related merge requests found
Replace the old `perspectives` option in the Synapse docker config file template with `trusted_key_servers`.
\ No newline at end of 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment