diff options
| author | Luke Hoersten <[email protected]> | 2021-07-25 10:30:51 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-25 10:30:51 -0500 |
| commit | 1804c35d5306fc9c34c07655419fa8449c501162 (patch) | |
| tree | 9c55e3505949c533108a5d01ea028f9acbedd7d4 /dendrite/server/templates | |
| parent | 33e25728398a9ccdd446197b1eb12e66c40a890e (diff) | |
Lots of updates.
Diffstat (limited to 'dendrite/server/templates')
| -rw-r--r-- | dendrite/server/templates/dendrite.yaml.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2 index bd03718..d32c91b 100644 --- a/dendrite/server/templates/dendrite.yaml.j2 +++ b/dendrite/server/templates/dendrite.yaml.j2 @@ -44,9 +44,10 @@ 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: + {% if dendrite_old_key %}old_private_keys: - private_key: old_matrix_key.pem expired_at: 1626538450 +{% endif %} # 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 |
