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:
parent
5b3b29565c
commit
aa65e626f4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ mod_doc() ->
|
||||||
note => "added in 24.12",
|
note => "added in 24.12",
|
||||||
opts =>
|
opts =>
|
||||||
[{db_type,
|
[{db_type,
|
||||||
#{value => "mnesia | sql",
|
#{value => "mnesia",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Same as top-level _`default_db`_ option, but applied to this module only.")}},
|
?T("Same as top-level _`default_db`_ option, but applied to this module only.")}},
|
||||||
{token_lifetime,
|
{token_lifetime,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue