Skip to content

Commit

Permalink
Remove duplicate :ssl config in MyXQL Adapter (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh authored Aug 7, 2024
1 parent 48fc2ad commit 6350e02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ecto/adapters/myxql.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ defmodule Ecto.Adapters.MyXQL do
* `:password` - User password
* `:database` - the database to connect to
* `:pool` - The connection pool module, may be set to `Ecto.Adapters.SQL.Sandbox`
* `:ssl` - Set to true if ssl should be used (default: false)
* `:ssl` - Accepts a list of options to enable TLS for the client connection,
or `false` to disable it. See the documentation for [Erlang's `ssl` module](`e:ssl:ssl`)
for a list of options (default: false)
Expand Down

0 comments on commit 6350e02

Please sign in to comment.