projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df82ee4
)
include eldap in OTP releases
author
rinpatch
<rinpatch@sdf.org>
Sat, 9 May 2020 11:49:46 +0000
(14:49 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 9 May 2020 12:17:12 +0000
(15:17 +0300)
Closes #1313
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index 6d65e18d4521774b5ab99f6e04146147ff743ae9..97b5617907d2f298defbccfb096e486421383a29 100644
(file)
--- 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