From 4b48f6ae0d471a5944cd6835170841fdf3234cef Mon Sep 17 00:00:00 2001 From: shibao Date: Tue, 15 Feb 2022 19:00:43 -0500 Subject: [PATCH] add swoosh to config --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 381a2a3..fd2bdc6 100644 --- a/mix.exs +++ b/mix.exs @@ -33,7 +33,7 @@ defmodule Cannery.MixProject do def application do [ mod: {Cannery.Application, []}, - extra_applications: [:logger, :runtime_tools, :os_mon], + extra_applications: [:logger, :runtime_tools, :os_mon, :swoosh, :gen_smtp], ] end