1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Fix values allowed in db_type of mod_auth_fast documentation

This commit is contained in:
Paweł Chmielowski 2024-12-20 09:38:03 +01:00
parent 5b3b29565c
commit aa65e626f4

View file

@ -98,7 +98,7 @@ mod_doc() ->
note => "added in 24.12",
opts =>
[{db_type,
#{value => "mnesia | sql",
#{value => "mnesia",
desc =>
?T("Same as top-level _`default_db`_ option, but applied to this module only.")}},
{token_lifetime,