1
0
This commit is contained in:
DMRobertson
2023-02-15 19:52:52 +00:00
parent 5d1d53b33d
commit 76772d2da8
4 changed files with 4 additions and 4 deletions

View File

@@ -2026,7 +2026,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 />