From cdcb343176683456c3d073bec88bb7fa66ea144c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 25 Sep 2020 10:05:37 +0100 Subject: [PATCH] Update sample config --- dendrite-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index c27cbf81c..b71fb5091 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -42,9 +42,9 @@ global: # to old signing private keys that were formerly in use on this domain. These # keys will not be used for federation request or event signing, but will be # provided to any other homeserver that asks when trying to verify old events. - old_private_keys: - - private_key: old_matrix_key.pem - expired_at: 1601024554498 + # old_private_keys: + # - private_key: old_matrix_key.pem + # expired_at: 1601024554498 # How long a remote server can cache our server signing key before requesting it # again. Increasing this number will reduce the number of requests made by other