summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 2124c7ff57..221c910a4d 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -2023,8 +2023,8 @@ however, the interface is <a href="../../admin_api/register_api.html">documented <p>An alternative to <a href="#registration_shared_secret"><code>registration_shared_secret</code></a>: allows the shared secret to be specified in an external file.</p> <p>The file should be a plain text file, containing only the shared secret.</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>If this file does not exist, Synapse will create a new shared +secret on startup and store it in this file.</p> <p>Example configuration:</p> <pre><code class="language-yaml">registration_shared_secret_path: /path/to/secrets/file </code></pre>