mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Improve documentation of toplevel options default_db and default_ram_db
This commit is contained in:
parent
d269e32c3a
commit
355eb5dfde
1 changed files with 10 additions and 4 deletions
|
@ -109,14 +109,20 @@ doc() ->
|
||||||
desc =>
|
desc =>
|
||||||
?T("_`database.md#default-database|Default database`_ "
|
?T("_`database.md#default-database|Default database`_ "
|
||||||
"to store persistent data in ejabberd. "
|
"to store persistent data in ejabberd. "
|
||||||
"Modules and other components (e.g. authentication) "
|
"Some components can be configured with specific toplevel options "
|
||||||
"may have its own value. The default value is 'mnesia'.")}},
|
"like _`oauth_db_type`_. "
|
||||||
|
"Many modules can be configured with specific module options, "
|
||||||
|
"usually named `db_type`. "
|
||||||
|
"The default value is 'mnesia'.")}},
|
||||||
{default_ram_db,
|
{default_ram_db,
|
||||||
#{value => "mnesia | redis | sql",
|
#{value => "mnesia | redis | sql",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Default volatile (in-memory) storage for ejabberd. "
|
?T("Default volatile (in-memory) storage for ejabberd. "
|
||||||
"Modules and other components (e.g. session management) "
|
"Some components can be configured with specific toplevel options "
|
||||||
"may have its own value. The default value is 'mnesia'.")}},
|
"like _`router_db_type`_ and _`sm_db_type`_. "
|
||||||
|
"Some modules can be configured with specific module options, "
|
||||||
|
"usually named `ram_db_type`. "
|
||||||
|
"The default value is 'mnesia'.")}},
|
||||||
{queue_type,
|
{queue_type,
|
||||||
#{value => "ram | file",
|
#{value => "ram | file",
|
||||||
desc =>
|
desc =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue