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
1 changed files with 1 additions and 1 deletions

View File

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