Fix ssl option on Ecto config breaking release
- Mar 17, 2020
-
-
Cevado authored
To use `:ssl` option on Ecto config it's required to include Erlang ssl application, this prevents releases to start when `:ssl` option is set to true.
4705590f
-
To use :ssl
option on Ecto config it's required to include Erlang ssl
application, this prevents releases to start when :ssl
option is set
to true.
For more info on the adapter config: https://hexdocs.pm/ecto_sql/Ecto.Adapters.Postgres.html#module-connection-options
To use `:ssl` option on Ecto config it's required to include Erlang ssl application, this prevents releases to start when `:ssl` option is set to true.