Add :eldap to mix's extra_applications

This commit is contained in:
Timothée Floure 2021-01-05 17:25:49 +01:00
parent acfc0c59a2
commit 22805f0fb7
Signed by: tfloure
GPG key ID: 4502C902C00A1E12

View file

@ -20,7 +20,7 @@ defmodule RecycledCloud.MixProject do
def application do def application do
[ [
mod: {RecycledCloud.Application, []}, mod: {RecycledCloud.Application, []},
extra_applications: [:logger, :runtime_tools] extra_applications: [:logger, :runtime_tools, :eldap]
] ]
end end