Browse Source

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

pull/4240/head
Unknwon 8 years ago
parent
commit
f7b7d008b6
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      gogs.go
  2. 2
      modules/setting/setting.go
  3. 2
      templates/.VERSION

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

2
modules/setting/setting.go

@ -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
} }

2
templates/.VERSION

@ -1 +1 @@
0.10.3.0301 0.10.4.0302
Loading…
Cancel
Save