diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-22 14:32:40 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-31 13:42:19 +0300 |
commit | 0c010c292e6115727465ecac5ea69696c108bbf6 (patch) | |
tree | fab61306703e6198b06bb11e618495849babbc61 | |
parent | e99e2a86afd50c8a7d0f243e1e4017f06ec75441 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |