diff options
author | Unknwon <u@gogs.io> | 2015-03-25 08:59:48 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-25 08:59:48 -0400 |
commit | aae74c793ae859baabead8cebdc760455fb39038 (patch) | |
tree | b1c671ec2466b0f87ceae48a436e88cae521ee7f /conf | |
parent | 5169a0e025d5e250b9bd3b8a194ab7dc6dde32a3 (diff) | |
download | gitea-aae74c793ae859baabead8cebdc760455fb39038.tar.gz gitea-aae74c793ae859baabead8cebdc760455fb39038.zip |
#1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
Diffstat (limited to 'conf')
-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 fea85a60f9..6b7d33b231 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -83,6 +83,8 @@ ENABLE_NOTIFY_MAIL = false ; More detail: https://github.com/gogits/gogs/issues/165 ENABLE_REVERSE_PROXY_AUTHENTICATION = false ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false +; Do not check minimum key size with corresponding type +DISABLE_MINIMUM_KEY_SIZE_CHECK = false [webhook] ; Cron task interval in minutes |