deploy: d1efc47925
This commit is contained in:
parent
5d1d53b33d
commit
76772d2da8
|
@ -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 />
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue