From 6e36a9c3fb482cc993a3fa6511c51cc19b59d5a2 Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 27 Dec 2016 10:02:42 -0700 Subject: Add base datadog client This adds a base HTTPoison Datadog Client library. --- config/test.exs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/test.exs (limited to 'config/test.exs') diff --git a/config/test.exs b/config/test.exs new file mode 100644 index 0000000..e9f574d --- /dev/null +++ b/config/test.exs @@ -0,0 +1,5 @@ +use Mix.Config + +config :exdatadog, + api_key: "1234", + app_key: "abcd" -- cgit v1.2.1