0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-23 04:58:20 +02:00

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:
Evan Krall 2023-02-28 03:09:31 -08:00 committed by GitHub
parent 189a878a35
commit 1cd4fbc51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
changelog.d/15168.doc Normal file
View file

@ -0,0 +1 @@
Correct the description of the behavior of `registration_shared_secret_path` on startup.

View file

@ -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