Fix ssl option on Ecto config breaking release
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
Edited by Cevado