aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-03-22 14:32:40 +0000
committerrinpatch <rinpatch@sdf.org>2020-03-31 13:42:19 +0300
commit0c010c292e6115727465ecac5ea69696c108bbf6 (patch)
treefab61306703e6198b06bb11e618495849babbc61
parente99e2a86afd50c8a7d0f243e1e4017f06ec75441 (diff)
downloadpleroma-0c010c292e6115727465ecac5ea69696c108bbf6.tar.gz
Merge branch 'fix/ecto_ssl_option' into 'develop'
Fix ssl option on Ecto config breaking release See merge request pleroma/pleroma!2307
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index b55a79a77..ca1655c60 100644
--- a/mix.exs
+++ b/mix.exs
@@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile 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