Skip to content

Fix ssl option on Ecto config breaking release

Cevado requested to merge cevado/pleroma:fix/ecto_ssl_option into develop

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

Merge request reports