Update sample config

This commit is contained in:
Neil Alexander 2020-09-25 10:05:37 +01:00
parent 99f7403d7f
commit cdcb343176
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -42,9 +42,9 @@ global:
# to old signing private keys that were formerly in use on this domain. These # 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 # 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. # provided to any other homeserver that asks when trying to verify old events.
old_private_keys: # old_private_keys:
- private_key: old_matrix_key.pem # - private_key: old_matrix_key.pem
expired_at: 1601024554498 # expired_at: 1601024554498
# How long a remote server can cache our server signing key before requesting it # 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 # again. Increasing this number will reduce the number of requests made by other