mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 07:09:58 +01:00
setting: fix Webhook.SkipTLSVerify didn't load (#4228)
This commit is contained in:
2
gogs.go
2
gogs.go
@@ -16,7 +16,7 @@ import (
|
|||||||
"github.com/gogits/gogs/modules/setting"
|
"github.com/gogits/gogs/modules/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.10.3.0301"
|
const APP_VER = "0.10.4.0302"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
setting.AppVer = APP_VER
|
setting.AppVer = APP_VER
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ var (
|
|||||||
Types []string
|
Types []string
|
||||||
QueueLength int
|
QueueLength int
|
||||||
DeliverTimeout int
|
DeliverTimeout int
|
||||||
SkipTLSVerify bool
|
SkipTLSVerify bool `ini:"SKIP_TLS_VERIFY"`
|
||||||
PagingNum int
|
PagingNum int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.10.3.0301
|
0.10.4.0302
|
||||||
Reference in New Issue
Block a user