summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml')
-rw-r--r--vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml b/vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml
new file mode 100644
index 000000000..46ca63908
--- /dev/null
+++ b/vendor/github.com/prometheus/common/config/testdata/http.conf.good.yml
@@ -0,0 +1,4 @@
+basic_auth:
+ username: username
+ password: "mysecret"
+proxy_url: "http://remote.host"