projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff79f9
)
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 22:09:20 +0000
(
01:09
+0300)
Closes #1313
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index 3f3990ea21544df003b8ef93e05af2b0cd7a7b7c..e6b9e177525214700c8e6fea2f94acdf9e075ad8 100644
(file)
--- 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