diff options
| author | Luke Hoersten <[email protected]> | 2020-06-09 14:39:54 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-06-09 14:39:54 -0500 |
| commit | e041378a98f0140cd921b47fb654090dfc453cd4 (patch) | |
| tree | b14bc69e4912e395b07622ad03e2a356211b83e6 /matrix-synapse | |
| parent | f9a000a0acc8c9277ed23f8b92ca74ea445a8378 (diff) | |
Suppress warning.
Diffstat (limited to 'matrix-synapse')
| -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. |
