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>
This commit is contained in:
parent
189a878a35
commit
1cd4fbc51d
|
@ -0,0 +1 @@
|
||||||
|
Correct the description of the behavior of `registration_shared_secret_path` on startup.
|
|
@ -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.
|
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
|
If this file does not exist, Synapse will create a new shared
|
||||||
key on startup and store it in this file.
|
secret on startup and store it in this file.
|
||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue