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