From 3db9269b5338db6b7ced7dd2a8eeec333affc14e Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Fri, 22 Feb 2019 19:25:49 +0100 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9c6d7..b8dd294 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ URLS=http://localhost:9100/metrics,http://localhost:9101 \ go run promgate.go ``` -**Note**: you have to supply all of these options. +**Note**: You can disable TLS by setting `DISABLE_TLS` to anything (even empty). `URLS` is a single URL or a list of comma sperated urls. The scheme (i.e. http://) is required.