diff options
author | Badlop <badlop@process-one.net> | 2021-05-05 11:44:09 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2021-05-05 11:57:08 +0200 |
commit | 6db228fcb34656c748925ce063f83fdfd25a5729 (patch) | |
tree | c0e29a16d5bdccb41897b497bb5e019063e095ce | |
parent | Use the new 'note' field to annotate changes in 20.01..21.03 (diff) |
Document that sql_ssl can be used with MySQL too
-rw-r--r-- | src/ejabberd_options_doc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index 2577c4965..64eb850d8 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -1301,7 +1301,7 @@ doc() -> note => "improved in 20.03", desc => ?T("Whether to use SSL encrypted connections to the " - "SQL server. The option is only available for " + "SQL server. The option is only available for MySQL and " "PostgreSQL. The default value is 'false'.")}}, {sql_ssl_cafile, #{value => ?T("Path"), |