diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-22 14:32:40 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-22 14:32:40 +0000 |
commit | 7dbf1ffa868e4f5fece298b9ea161e1e11a2ffde (patch) | |
tree | f78b5b1e748001597efa31b32e3d7138dc709352 | |
parent | 4633793bc10686e42b08513fe64d0e80ff93ee0d (diff) | |
parent | 4705590f76f6a875aa99f32c8b08c20d793470a8 (diff) | |
download | pleroma-7dbf1ffa868e4f5fece298b9ea161e1e11a2ffde.tar.gz pleroma-7dbf1ffa868e4f5fece298b9ea161e1e11a2ffde.zip |
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 |