summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-02-28 11:11:11 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-02-28 11:11:11 +0000
commita6c159ddc047ba29ada4031cc1c7c333c0bf688e (patch)
tree75422fe89dc3855d5d433a3090b8b97beda6faa1 /develop/usage
parentdeploy: b40657314e03583f45ad49504711698a70735313 (diff)
downloadsynapse-a6c159ddc047ba29ada4031cc1c7c333c0bf688e.tar.xz
deploy: 1cd4fbc51d5c8ffc170dd3665ef81c03cc4a65e8
Diffstat (limited to 'develop/usage')
-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>