From f6d2af6c5b0df569759226e61436c5e283faedf8 Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 15 Mar 2016 16:30:30 -0600 Subject: Add default hostname configuration variable --- config/config.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.exs b/config/config.exs index d2d855e..eecc967 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1 +1,3 @@ use Mix.Config + +config :ex_prometheus_io, hostname: "prometheus:9090" -- cgit v1.2.1