File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,9 @@ defmodule Ecto.Adapters.Postgres do
62
62
* `:maintenance_database` - Specifies the name of the database to connect to when
63
63
creating or dropping the database. Defaults to `"postgres"`
64
64
* `:pool` - The connection pool module, may be set to `Ecto.Adapters.SQL.Sandbox`
65
- * `:ssl` - Set to true if ssl should be used (default: false)
66
- * `:ssl_opts` - A list of ssl options, see Erlang's `ssl` docs
65
+ * `:ssl` - Accepts a list of options to enable TLS for the client connection,
66
+ or `false` to disable it. See the documentation for [Erlang's `ssl` module](`e:ssl:ssl`)
67
+ for a list of options (default: false)
67
68
* `:parameters` - Keyword list of connection parameters
68
69
* `:connect_timeout` - The timeout for establishing new connections (default: 5000)
69
70
* `:prepare` - How to prepare queries, either `:named` to use named queries
You can’t perform that action at this time.
0 commit comments