summaryrefslogtreecommitdiff
path: root/constants/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'constants/constants.go')
-rw-r--r--constants/constants.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/constants.go b/constants/constants.go
index 8320295..66f7110 100644
--- a/constants/constants.go
+++ b/constants/constants.go
@@ -46,4 +46,6 @@ var (
DefaultDebug bool = false
// The default URL for the config host.
DefaultConfigHost string = "networkquality.example.com"
+ // The default determination of whether to verify server certificates
+ DefaultInsecureSkipVerify bool = true
)