mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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 "
|
||||
"connections to the database. There is no default value, so no "
|
||||
"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,
|
||||
#{value => ?T("Password"),
|
||||
desc =>
|
||||
|
Loading…
Reference in New Issue
Block a user