diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-10 21:06:59 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-10 21:06:59 -0500 |
commit | 6a23252edc36a3d99b35af69a310fd31f687f3cb (patch) | |
tree | 94b1355117f54a54596dad3f9bb2b56f9e6fec19 /conf/app.ini | |
parent | e407df54f000bf3e078e67f043571293e4edad5d (diff) | |
download | gitea-6a23252edc36a3d99b35af69a310fd31f687f3cb.tar.gz gitea-6a23252edc36a3d99b35af69a310fd31f687f3cb.zip |
able to allow insecure certification of webhook for #891
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 782dc51c89..e80d77a9ca 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -89,6 +89,8 @@ ENABLE_REVERSE_PROXY_AUTO_REGISTERATION = false TASK_INTERVAL = 1 ; Deliver timeout in seconds DELIVER_TIMEOUT = 5 +; Allow insecure certification +ALLOW_INSECURE_CERTIFICATION = false [mailer] ENABLED = false |