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

Correct documentation about registration_shared_secret_path #15168

Merged
merged 3 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15168.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct the description of the behavior of `registration_shared_secret_path` on startup.
4 changes: 2 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down