diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-02-15 19:52:52 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-02-15 19:52:52 +0000 |
commit | 76772d2da83fe7ff6d05b3c37666d63f0aec8ccc (patch) | |
tree | 6d6e1ee6cebd8e02421b78d5a92559678896e88f /develop/print.html | |
parent | deploy: 27a3a72a50cb24f25e48fad1e6e79aba2cd1bea2 (diff) | |
download | synapse-76772d2da83fe7ff6d05b3c37666d63f0aec8ccc.tar.xz |
deploy: d1efc479252f71f196e5a339af999d2c632bc294
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index 340ac9b223..9de83aaee0 100644 --- a/develop/print.html +++ b/develop/print.html @@ -5398,7 +5398,7 @@ allows the shared secret to be specified in an external file.</p> <p>If this file does not exist, Synapse will create a new signing key on startup and store it in this file.</p> <p>Example configuration:</p> -<pre><code class="language-yaml">registration_shared_secret_file: /path/to/secrets/file +<pre><code class="language-yaml">registration_shared_secret_path: /path/to/secrets/file </code></pre> <p><em>Added in Synapse 1.67.0.</em></p> <hr /> |