summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorHalf-Shot <Half-Shot@users.noreply.github.com>2022-05-04 18:34:00 +0000
committerHalf-Shot <Half-Shot@users.noreply.github.com>2022-05-04 18:34:00 +0000
commitf4290dbb2b05f63bc592b701c264ae3883ebfc84 (patch)
treeb04522b57c468d2e855768b4197f4235203c19b8 /develop/usage/configuration/config_documentation.html
parentdeploy: 332cce8dcf9c28314f568c290b57e98036a0e723 (diff)
downloadsynapse-f4290dbb2b05f63bc592b701c264ae3883ebfc84.tar.xz
deploy: 2d74a8c17876ed235249b1423d63c920c614a530
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index ed8c88e46a..0603e07295 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -660,6 +660,17 @@ session. Defaults to 0. </p> <pre><code class="language-yaml">mau_trial_days: 5 </code></pre> <hr /> +<p>Config option: <code>mau_appservice_trial_days</code></p> +<p>The option <code>mau_appservice_trial_days</code> is similar to <code>mau_trial_days</code>, but applies a different +trial number if the user was registered by an appservice. A value +of 0 means no trial days are applied. Appservices not listed in this dictionary +use the value of <code>mau_trial_days</code> instead.</p> +<p>Example configuration:</p> +<pre><code class="language-yaml">mau_appservice_trial_days: + my_appservice_id: 3 + another_appservice_id: 6 +</code></pre> +<hr /> <p>Config option: <code>mau_limit_alerting</code></p> <p>The option <code>mau_limit_alerting</code> is a means of limiting client-side alerting should the mau limit be reached. This is useful for small instances