diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-03 12:01:27 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-03 12:01:27 +0100 |
commit | 9bd1432f91c9984fbe842219fd38a89280720693 (patch) | |
tree | 64d3a9daced894d0abacbbdb2f783150b2beff50 | |
parent | fix domain whitelist (diff) | |
download | synapse-9bd1432f91c9984fbe842219fd38a89280720693.tar.xz |
regen config
-rw-r--r-- | docs/sample_config.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 4ffe016202..13482c16fe 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -264,12 +264,11 @@ listeners: # Prevent federation certificate validation on the following whitelist # of domains. Only effective if federation_verify_certicates is true. # -#federation_certificate_validation_whitelist: +#federation_certificate_verification_whitelist: # - lon.example.com # - nyc.example.com # - syd.example.com - # List of custom certificate authorities for federation traffic. # # Note that this list will replace those that are provided by your |