diff options
author | rinpatch <rinpatch@sdf.org> | 2020-05-09 14:49:46 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-05-09 15:17:12 +0300 |
commit | b6d1bcc55d40b7ac03fdc2f7d4d94ab7c2a1855a (patch) | |
tree | e961e531e9d4be9286b57ca31014560153a561fb | |
parent | df82ee417916b4c1572c4c3403566cf19ff68ee4 (diff) | |
download | pleroma-b6d1bcc55d40b7ac03fdc2f7d4d94ab7c2a1855a.tar.gz |
include eldap in OTP releases
Closes #1313
-rw-r--r-- | mix.exs | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |