diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2022-07-05 09:11:00 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2022-07-05 09:11:00 +0000 |
commit | 78e5e902128ce66f0ddc470ff1f9e074b007fdc2 (patch) | |
tree | 25b6c13815baa3ceade82648897b7b33815e0dfd /develop/print.html | |
parent | deploy: c0efc689cb925ff42e5617e7cddba11f18ab22de (diff) | |
download | synapse-78e5e902128ce66f0ddc470ff1f9e074b007fdc2.tar.xz |
deploy: e514495465a52531da6c833e4c926f3d1625ae5e
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/print.html b/develop/print.html index 7b5f0ced11..bd512f9483 100644 --- a/develop/print.html +++ b/develop/print.html @@ -3640,7 +3640,7 @@ The default value is 10.</p> <pre><code class="language-yaml">dummy_events_threshold: 5 </code></pre> <hr /> -<p>Config option <code>delete_stale_devices_after</code></p> +<h3 id="delete_stale_devices_after"><a class="header" href="#delete_stale_devices_after"><code>delete_stale_devices_after</code></a></h3> <p>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.</p> <p>Defaults to no duration, which means devices are never pruned.</p> @@ -4658,7 +4658,7 @@ Defaults to <code>https://www.recaptcha.net/recaptcha/api/siteverify</code>.</p> <pre><code class="language-yaml">turn_shared_secret: "YOUR_SHARED_SECRET" </code></pre> <hr /> -<p>Config options: <code>turn_username</code> and <code>turn_password</code></p> +<h3 id="turn_username-and-turn_password"><a class="header" href="#turn_username-and-turn_password"><code>turn_username</code> and <code>turn_password</code></a></h3> <p>The Username and password if the TURN server needs them and does not use a token.</p> <p>Example configuration:</p> <pre><code class="language-yaml">turn_username: "TURNSERVER_USERNAME" @@ -6026,7 +6026,7 @@ can create aliases.</p> action: deny </code></pre> <hr /> -<p>Config options: <code>room_list_publication_rules</code></p> +<h3 id="room_list_publication_rules"><a class="header" href="#room_list_publication_rules"><code>room_list_publication_rules</code></a></h3> <p>The <code>room_list_publication_rules</code> option controls who can publish and which rooms can be published in the public room list.</p> <p>The format of this option is the same as that for |