Add `insecure_skip_verify` in example.scrutiny.yaml

pull/441/head
Saswat Padhi 1 year ago
parent e07a53046f
commit c69770d1dd
No known key found for this signature in database
GPG Key ID: B80D3A12846D5776

@ -47,6 +47,11 @@ web:
# org: 'my-org'
# bucket: 'bucket'
retention_policy: true
# if you wish to disable TLS certificate verification,
# when using self-signed certificates for example,
# then uncomment the lines below and set `insecure_skip_verify: true`
# tls:
# insecure_skip_verify: false
log:
file: '' #absolute or relative paths allowed, eg. web.log

Loading…
Cancel
Save