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