Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1cd4fbc

Browse files
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 <[email protected]>
1 parent 189a878 commit 1cd4fbc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/15168.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correct the description of the behavior of `registration_shared_secret_path` on startup.

docs/usage/configuration/config_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,8 +2227,8 @@ allows the shared secret to be specified in an external file.
22272227

22282228
The file should be a plain text file, containing only the shared secret.
22292229

2230-
If this file does not exist, Synapse will create a new signing
2231-
key on startup and store it in this file.
2230+
If this file does not exist, Synapse will create a new shared
2231+
secret on startup and store it in this file.
22322232

22332233
Example configuration:
22342234
```yaml

0 commit comments

Comments
 (0)