diff options
Diffstat (limited to 'matrix-synapse/templates')
| -rw-r--r-- | matrix-synapse/templates/homeserver.yaml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-synapse/templates/homeserver.yaml.j2 b/matrix-synapse/templates/homeserver.yaml.j2 index e5ca120..fd984cc 100644 --- a/matrix-synapse/templates/homeserver.yaml.j2 +++ b/matrix-synapse/templates/homeserver.yaml.j2 @@ -1305,7 +1305,7 @@ trusted_key_servers: # Uncomment the following to disable the warning that is emitted when the # trusted_key_servers include 'matrix.org'. See above. # -#suppress_key_server_warning: true +suppress_key_server_warning: true # The signing keys to use when acting as a trusted key server. If not specified # defaults to the server signing key. |
