From 0c010c292e6115727465ecac5ea69696c108bbf6 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Sun, 22 Mar 2020 14:32:40 +0000 Subject: [PATCH] Merge branch 'fix/ecto_ssl_option' into 'develop' Fix ssl option on Ecto config breaking release See merge request pleroma/pleroma!2307 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b55a79a77..ca1655c60 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,7 @@ def copy_nginx_config(%{path: target_path} = release) do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :ssl], included_applications: [:ex_syslogger] ] end