mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-16 14:52:00 +01:00
deploy: 2d74a8c17876ed235249b1423d63c920c614a530
This commit is contained in:
parent
29004dff5e
commit
f4290dbb2b
@ -3508,6 +3508,17 @@ session. Defaults to 0. </p>
|
|||||||
<pre><code class="language-yaml">mau_trial_days: 5
|
<pre><code class="language-yaml">mau_trial_days: 5
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<hr />
|
<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>Config option: <code>mau_limit_alerting</code></p>
|
||||||
<p>The option <code>mau_limit_alerting</code> is a means of limiting client-side alerting
|
<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
|
should the mau limit be reached. This is useful for small instances
|
||||||
@ -6352,6 +6363,11 @@ manhole_settings:
|
|||||||
# sign up in a short space of time never to return after their initial
|
# sign up in a short space of time never to return after their initial
|
||||||
# session.
|
# session.
|
||||||
#
|
#
|
||||||
|
# The option `mau_appservice_trial_days` is similar to `mau_trial_days`, 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 `mau_trial_days` instead.
|
||||||
|
#
|
||||||
# 'mau_limit_alerting' is a means of limiting client side alerting
|
# 'mau_limit_alerting' is a means of limiting client side alerting
|
||||||
# should the mau limit be reached. This is useful for small instances
|
# should the mau limit be reached. This is useful for small instances
|
||||||
# where the admin has 5 mau seats (say) for 5 specific people and no
|
# where the admin has 5 mau seats (say) for 5 specific people and no
|
||||||
@ -6362,6 +6378,8 @@ manhole_settings:
|
|||||||
#max_mau_value: 50
|
#max_mau_value: 50
|
||||||
#mau_trial_days: 2
|
#mau_trial_days: 2
|
||||||
#mau_limit_alerting: false
|
#mau_limit_alerting: false
|
||||||
|
#mau_appservice_trial_days:
|
||||||
|
# "appservice-id": 1
|
||||||
|
|
||||||
# If enabled, the metrics for the number of monthly active users will
|
# If enabled, the metrics for the number of monthly active users will
|
||||||
# be populated, however no one will be limited. If limit_usage_by_mau
|
# be populated, however no one will be limited. If limit_usage_by_mau
|
||||||
|
|||||||
@ -407,6 +407,11 @@ manhole_settings:
|
|||||||
# sign up in a short space of time never to return after their initial
|
# sign up in a short space of time never to return after their initial
|
||||||
# session.
|
# session.
|
||||||
#
|
#
|
||||||
|
# The option `mau_appservice_trial_days` is similar to `mau_trial_days`, 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 `mau_trial_days` instead.
|
||||||
|
#
|
||||||
# 'mau_limit_alerting' is a means of limiting client side alerting
|
# 'mau_limit_alerting' is a means of limiting client side alerting
|
||||||
# should the mau limit be reached. This is useful for small instances
|
# should the mau limit be reached. This is useful for small instances
|
||||||
# where the admin has 5 mau seats (say) for 5 specific people and no
|
# where the admin has 5 mau seats (say) for 5 specific people and no
|
||||||
@ -417,6 +422,8 @@ manhole_settings:
|
|||||||
#max_mau_value: 50
|
#max_mau_value: 50
|
||||||
#mau_trial_days: 2
|
#mau_trial_days: 2
|
||||||
#mau_limit_alerting: false
|
#mau_limit_alerting: false
|
||||||
|
#mau_appservice_trial_days:
|
||||||
|
# "appservice-id": 1
|
||||||
|
|
||||||
# If enabled, the metrics for the number of monthly active users will
|
# If enabled, the metrics for the number of monthly active users will
|
||||||
# be populated, however no one will be limited. If limit_usage_by_mau
|
# be populated, however no one will be limited. If limit_usage_by_mau
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -660,6 +660,17 @@ session. Defaults to 0. </p>
|
|||||||
<pre><code class="language-yaml">mau_trial_days: 5
|
<pre><code class="language-yaml">mau_trial_days: 5
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<hr />
|
<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>Config option: <code>mau_limit_alerting</code></p>
|
||||||
<p>The option <code>mau_limit_alerting</code> is a means of limiting client-side alerting
|
<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
|
should the mau limit be reached. This is useful for small instances
|
||||||
|
|||||||
@ -563,6 +563,11 @@ manhole_settings:
|
|||||||
# sign up in a short space of time never to return after their initial
|
# sign up in a short space of time never to return after their initial
|
||||||
# session.
|
# session.
|
||||||
#
|
#
|
||||||
|
# The option `mau_appservice_trial_days` is similar to `mau_trial_days`, 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 `mau_trial_days` instead.
|
||||||
|
#
|
||||||
# 'mau_limit_alerting' is a means of limiting client side alerting
|
# 'mau_limit_alerting' is a means of limiting client side alerting
|
||||||
# should the mau limit be reached. This is useful for small instances
|
# should the mau limit be reached. This is useful for small instances
|
||||||
# where the admin has 5 mau seats (say) for 5 specific people and no
|
# where the admin has 5 mau seats (say) for 5 specific people and no
|
||||||
@ -573,6 +578,8 @@ manhole_settings:
|
|||||||
#max_mau_value: 50
|
#max_mau_value: 50
|
||||||
#mau_trial_days: 2
|
#mau_trial_days: 2
|
||||||
#mau_limit_alerting: false
|
#mau_limit_alerting: false
|
||||||
|
#mau_appservice_trial_days:
|
||||||
|
# "appservice-id": 1
|
||||||
|
|
||||||
# If enabled, the metrics for the number of monthly active users will
|
# If enabled, the metrics for the number of monthly active users will
|
||||||
# be populated, however no one will be limited. If limit_usage_by_mau
|
# be populated, however no one will be limited. If limit_usage_by_mau
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user