diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2016-11-19 15:56:52 +0000 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2016-11-19 15:56:52 +0000 |
commit | 44574426d076c15f67ee9738b1c8c86d71910cce (patch) | |
tree | 643ce58b4137353eedc6c5ae132aeceed91e20aa /README.md | |
parent | 59e82bba2befb6ef5049ea9ae4e876327f3da158 (diff) |
Updated config options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -506,7 +506,7 @@ source: X-Auth-Token: 'somerandomstring' ``` -You can also pass `no_check_certificate = true` if you want to disable ssl certificate verification: +You can also pass `secure: false` if you want to disable ssl certificate verification: ``` source: @@ -514,7 +514,7 @@ source: http: url: https://url/api scheme: https - no_check_certificate: true + secure: false ``` ### Output: File |