setting: fix Webhook.SkipTLSVerify didn't load (#4228)

This commit is contained in:
Unknwon
2017-03-02 22:08:39 -05:00
parent b39454ca16
commit f7b7d008b6
3 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ var (
Types []string
QueueLength int
DeliverTimeout int
SkipTLSVerify bool
SkipTLSVerify bool `ini:"SKIP_TLS_VERIFY"`
PagingNum int
}