diff options
author | saddfox <filip.rutar@gmail.com> | 2023-02-15 20:51:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:51:58 +0000 |
commit | d1efc479252f71f196e5a339af999d2c632bc294 (patch) | |
tree | 05e21d96ac68ce7235e516699113ca3e09e6359f /docs | |
parent | Fix federated joins when the first server in the list is not in the room (#15... (diff) | |
download | synapse-d1efc479252f71f196e5a339af999d2c632bc294.tar.xz |
Fix a mistake in registration_shared_secret_path docs (#15078)
* fix a typo in registration_shared_secret_path docs Signed-off-by: Filip Rutar <filip.rutar@gmail.com> * changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 75483bfb12..58c6955689 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2232,7 +2232,7 @@ key on startup and store it in this file. Example configuration: ```yaml -registration_shared_secret_file: /path/to/secrets/file +registration_shared_secret_path: /path/to/secrets/file ``` _Added in Synapse 1.67.0._ |