Add insecure_skip_verify in example.scrutiny.yaml

This commit is contained in:
Saswat Padhi
2023-02-06 22:34:06 +00:00
parent e07a53046f
commit c69770d1dd
+5
View File
@@ -47,6 +47,11 @@ web:
# org: 'my-org' # org: 'my-org'
# bucket: 'bucket' # bucket: 'bucket'
retention_policy: true 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: log:
file: '' #absolute or relative paths allowed, eg. web.log file: '' #absolute or relative paths allowed, eg. web.log