From: rinpatch Date: Sat, 9 May 2020 11:49:46 +0000 (+0300) Subject: include eldap in OTP releases X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a74c31ff639f4e3133ac5442125403454db88cee;p=akkoma include eldap in OTP releases Closes #1313 --- diff --git a/mix.exs b/mix.exs index 3f3990ea2..e6b9e1775 100644 --- a/mix.exs +++ b/mix.exs @@ -63,7 +63,15 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :ssl], + extra_applications: [ + :logger, + :runtime_tools, + :comeonin, + :quack, + :fast_sanitize, + :ssl, + :eldap + ], included_applications: [:ex_syslogger] ] end