aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-15 16:26:21 -0600
committerkballou <kballou@devnulllabs.io>2016-03-15 16:29:31 -0600
commit618c163abf348ba687b8515dc91d13d787d46a35 (patch)
treec734566397fa4cbf0a726841bf9f6e4e0a507578
parent0dfe1f4d46f476812344915eb268f68d3f3783b3 (diff)
downloadex_prometheus_io-618c163abf348ba687b8515dc91d13d787d46a35.tar.gz
ex_prometheus_io-618c163abf348ba687b8515dc91d13d787d46a35.tar.xz
Automatically start the application
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 730cc0a..96d9520 100644
--- a/mix.exs
+++ b/mix.exs
@@ -11,7 +11,8 @@ defmodule ExPrometheusIo.Mixfile do
end
def application do
- [applications: [:logger]]
+ [applications: [:logger, :inets],
+ mod: {ExPrometheusIo, []}]
end
defp deps do