mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 14:32:30 +01:00
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.
|
key_refresh_interval: "1d" # 1 Day.
|
||||||
|
|
||||||
# The trusted servers to download signing keys from.
|
# The trusted servers to download signing keys from.
|
||||||
perspectives:
|
trusted_key_servers:
|
||||||
servers:
|
- server_name: matrix.org
|
||||||
"matrix.org":
|
|
||||||
verify_keys:
|
verify_keys:
|
||||||
"ed25519:auto":
|
"ed25519:auto": "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"
|
||||||
key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"
|
|
||||||
|
|
||||||
password_config:
|
password_config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue