aboutsummaryrefslogtreecommitdiff
path: root/config/dev.exs
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-25 15:52:55 -0600
committerkballou <kballou@devnulllabs.io>2016-03-25 16:27:34 -0600
commit09977eccf07d6c75c0fcf933c02c009b0afa8541 (patch)
tree2e292f97f8d12fab17e9e66fb06cdf3dc2d99f77 /config/dev.exs
parent43e753753f01bd741c605e442ec34b81af7b33c5 (diff)
downloadex_prometheus_io-09977eccf07d6c75c0fcf933c02c009b0afa8541.tar.gz
ex_prometheus_io-09977eccf07d6c75c0fcf933c02c009b0afa8541.tar.xz
Refactor `Query` to use a pluggable http library
* Refactor `lib/ex_prometheus_io/query.ex` use a pluggable client module * Add stub environment configs, setup `test.exs` to use a test support module
Diffstat (limited to 'config/dev.exs')
-rw-r--r--config/dev.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dev.exs b/config/dev.exs
new file mode 100644
index 0000000..d2d855e
--- /dev/null
+++ b/config/dev.exs
@@ -0,0 +1 @@
+use Mix.Config