summary refs log tree commit diff
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-07-05 11:10:26 +0200
committerGitHub <noreply@github.com>2022-07-05 10:10:26 +0100
commite514495465a52531da6c833e4c926f3d1625ae5e (patch)
tree4d81920b1703a061684d630962d5eac419cf41f1
parentannotate tests.server.FakeChannel (#13136) (diff)
downloadsynapse-e514495465a52531da6c833e4c926f3d1625ae5e.tar.xz
Add missing links to config options (#13166)
-rw-r--r--changelog.d/13166.doc1
-rw-r--r--docs/usage/configuration/config_documentation.md6
2 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/13166.doc b/changelog.d/13166.doc
new file mode 100644

index 0000000000..2d92e341ed --- /dev/null +++ b/changelog.d/13166.doc
@@ -0,0 +1 @@ +Add missing links to config options. diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index 82edd53e36..ef411c5356 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md
@@ -591,7 +591,7 @@ Example configuration: dummy_events_threshold: 5 ``` --- -Config option `delete_stale_devices_after` +### `delete_stale_devices_after` An optional duration. If set, Synapse will run a daily background task to log out and delete any device that hasn't been accessed for more than the specified amount of time. @@ -1843,7 +1843,7 @@ Example configuration: turn_shared_secret: "YOUR_SHARED_SECRET" ``` ---- -Config options: `turn_username` and `turn_password` +### `turn_username` and `turn_password` The Username and password if the TURN server needs them and does not use a token. @@ -3373,7 +3373,7 @@ alias_creation_rules: action: deny ``` --- -Config options: `room_list_publication_rules` +### `room_list_publication_rules` The `room_list_publication_rules` option controls who can publish and which rooms can be published in the public room list.