summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-02-15 19:52:52 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-02-15 19:52:52 +0000
commit76772d2da83fe7ff6d05b3c37666d63f0aec8ccc (patch)
tree6d6e1ee6cebd8e02421b78d5a92559678896e88f /develop/usage/configuration/config_documentation.html
parentdeploy: 27a3a72a50cb24f25e48fad1e6e79aba2cd1bea2 (diff)
downloadsynapse-76772d2da83fe7ff6d05b3c37666d63f0aec8ccc.tar.xz
deploy: d1efc479252f71f196e5a339af999d2c632bc294
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 3832530bf8..925b5316a5 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -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 />