mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Document sql_odbc_driver option (copied from docs site)
This commit is contained in:
parent
e7e9ca54df
commit
9ed2ca5079
@ -1231,6 +1231,13 @@ doc() ->
|
|||||||
?T("An interval to make a dummy SQL request to keep alive the "
|
?T("An interval to make a dummy SQL request to keep alive the "
|
||||||
"connections to the database. There is no default value, so no "
|
"connections to the database. There is no default value, so no "
|
||||||
"keepalive requests are made.")}},
|
"keepalive requests are made.")}},
|
||||||
|
{sql_odbc_driver,
|
||||||
|
#{value => "Path",
|
||||||
|
desc =>
|
||||||
|
?T("Path to the ODBC driver to use to connect to a Microsoft SQL "
|
||||||
|
"Server database. This option is only valid if the 'sql_type' "
|
||||||
|
"option is set to 'mssql'. "
|
||||||
|
"The default value is: 'libtdsodbc.so'")}},
|
||||||
{sql_password,
|
{sql_password,
|
||||||
#{value => ?T("Password"),
|
#{value => ?T("Password"),
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user