File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ defmodule Ecto.Adapters.MyXQL do
22
22
* `:database` - the database to connect to
23
23
* `:pool` - The connection pool module, may be set to `Ecto.Adapters.SQL.Sandbox`
24
24
* `:ssl` - Set to true if ssl should be used (default: false)
25
- * `:ssl_opts` - A list of ssl options, see Erlang's `ssl` docs
25
+ * `:ssl` - Accepts a list of options to enable TLS for the client connection,
26
+ or `false` to disable it. See the documentation for [Erlang's `ssl` module](`e:ssl:ssl`)
27
+ for a list of options (default: false)
26
28
* `:connect_timeout` - The timeout for establishing new connections (default: 5000)
27
29
* `:cli_protocol` - The protocol used for the mysql client connection (default: `"tcp"`).
28
30
This option is only used for `mix ecto.load` and `mix ecto.dump`,
You can’t perform that action at this time.
0 commit comments