diff options
author | Evan Krall <meatmanek@gmail.com> | 2023-02-28 03:09:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 11:09:31 +0000 |
commit | 1cd4fbc51d5c8ffc170dd3665ef81c03cc4a65e8 (patch) | |
tree | 51ab22a9a696978061d4e5d9773dd793157bcb9b /docs | |
parent | Remove dangling reference to being a reference implementation (#15167) (diff) | |
download | synapse-1cd4fbc51d5c8ffc170dd3665ef81c03cc4a65e8.tar.xz |
Correct documentation about registration_shared_secret_path (#15168)
* Correct documentation about registration_shared_secret_path * Create 15168.doc * Update changelog.d/15168.doc --------- Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 4139961810..015855ee7e 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2227,8 +2227,8 @@ allows the shared secret to be specified in an external file. The file should be a plain text file, containing only the shared secret. -If this file does not exist, Synapse will create a new signing -key on startup and store it in this file. +If this file does not exist, Synapse will create a new shared +secret on startup and store it in this file. Example configuration: ```yaml |