diff options
Diffstat (limited to 'build/docker')
-rw-r--r-- | build/docker/config/dendrite.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/docker/config/dendrite.yaml b/build/docker/config/dendrite.yaml index f3d37303..25cbd6d8 100644 --- a/build/docker/config/dendrite.yaml +++ b/build/docker/config/dendrite.yaml @@ -173,12 +173,6 @@ federation_api: max_idle_conns: 2 conn_max_lifetime: -1 - # List of paths to X.509 certificates to be used by the external federation listeners. - # These certificates will be used to calculate the TLS fingerprints and other servers - # will expect the certificate to match these fingerprints. Certificates must be in PEM - # format. - federation_certificates: [] - # How many times we will try to resend a failed transaction to a specific server. The # backoff is 2**x seconds, so 1 = 2 seconds, 2 = 4 seconds, 3 = 8 seconds etc. send_max_retries: 16 |