From cd65a887dcb63c24cad72b863299018ce74d6845 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 5 May 2017 17:14:06 -0700 Subject: [PATCH] add nosslverify config example --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6dc3a02..ad6a8a7 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ format. An example config file with all available options:: [settings] debug = false - api_key = your-api-key + apikey = your-api-key hidefilenames = false exclude = ^COMMIT_EDITMSG$ @@ -74,6 +74,7 @@ format. An example config file with all available options:: .* offline = true proxy = https://user:pass@localhost:8080 + nosslverify = false timeout = 30 hostname = machinename [projectmap]