add ES to extra_applications

This commit is contained in:
Tao Bror Bojlén 2019-07-27 13:56:00 +03:00
parent ab5f442074
commit 235952b072
No known key found for this signature in database
GPG key ID: C6EC7AAB905F9E6F

View file

@ -20,7 +20,15 @@ defmodule Backend.MixProject do
def application do def application do
[ [
mod: {Backend.Application, []}, mod: {Backend.Application, []},
extra_applications: [:logger, :runtime_tools, :mnesia, :gollum, :ex_twilio, :appsignal] extra_applications: [
:logger,
:runtime_tools,
:mnesia,
:gollum,
:ex_twilio,
:elasticsearch,
:appsignal
]
] ]
end end