aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorRawane Zossou <dev@raw1z.fr>2015-09-19 01:22:47 +0200
committerRawane Zossou <dev@raw1z.fr>2015-09-19 01:22:47 +0200
commit818c1bb791a30a88df54c286a3cb1571845a3d27 (patch)
tree38fb20c32a45bed9444d961d56aec0ac6e348b39 /mix.exs
parent39f3c3ab41d3c2c342a8ee70a3d734bbcd5b273e (diff)
downloadmailchimp-818c1bb791a30a88df54c286a3cb1571845a3d27.tar.gz
mailchimp-818c1bb791a30a88df54c286a3cb1571845a3d27.tar.xz
starts the config agent on application startup
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 5a0e014..2883846 100644
--- a/mix.exs
+++ b/mix.exs
@@ -13,7 +13,8 @@ defmodule Mailchimp.Mixfile do
end
def application do
- [applications: [:logger, :httpoison]]
+ [mod: {Mailchimp, []},
+ applications: [:logger, :httpoison]]
end
defp description do