diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-23 14:52:11 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-23 15:36:28 +0100 |
commit | 7af5a63063aa69888ab59ee997cc3d1459d25af4 (patch) | |
tree | 7f6a00a6e650959822add53dcffc6e85cd643f41 /docs | |
parent | Newsfile (diff) | |
download | synapse-7af5a63063aa69888ab59ee997cc3d1459d25af4.tar.xz |
Fixup review comments
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index c96eb0cf2d..ae1cafc5f3 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1029,8 +1029,8 @@ signing_key_path: "CONFDIR/SERVERNAME.signing.key" # - server_name: "matrix.org" # -# The additional signing keys to use when acting as a trusted key server, on -# top of the normal signing keys. +# The signing keys to use when acting as a trusted key server. If not specified +# defaults to the server signing key. # # Can contain multiple keys, one per line. # |