ansible-role-prosody-master/templates/modules/mod_pep.cfg.lua.j2

10 lines
231 B
Text
Raw Normal View History

2022-10-11 09:19:07 +02:00
{#
Prosody server template fragment for the `pep` module.
For details, see:
https://prosody.im/doc/modules/mod_pep
#}
{% if cfg.pep_max_items is defined %}
pep_max_items = {{ cfg.pep_max_items | int }}
{% endif %}