Skip to content

Commit

Permalink
Update lib/postgrex.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Bram Verburg <bram.verburg@voltone.net>
  • Loading branch information
josevalim and voltone authored May 17, 2024
1 parent 8a9d6d1 commit 112161f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/postgrex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ defmodule Postgrex do
* `:idle_interval` - Ping connections after a period of inactivity in milliseconds.
Defaults to 1000ms;
* `:ssl` - Enables SSL. Setting it to `true` enables SSL without host verification,
* `:ssl` - Enables SSL. Setting it to `true` enables SSL without server certificate verification,
which emits a warning. Instead, prefer to set it to a keyword list, with either
`:cacerts` or `:cacertfile` pointing to the server certificate, to enable hostname
`:cacerts` or `:cacertfile` set to a CA trust store, to enable server certificate
verification. Defaults to `false`;
* `:socket_options` - Options to be given to the underlying socket
Expand Down

0 comments on commit 112161f

Please sign in to comment.