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=b6d1bcc55d40b7ac03fdc2f7d4d94ab7c2a1855a;p=akkoma include eldap in OTP releases Closes #1313 --- diff --git a/mix.exs b/mix.exs index 6d65e18d4..97b561790 100644 --- a/mix.exs +++ b/mix.exs @@ -72,7 +72,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