summaryrefslogtreecommitdiffstats
path: root/conf/app.ini
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-15 18:39:51 +0800
committerUnknwon <u@gogs.io>2016-01-15 18:39:51 +0800
commit7ef9a055886574655d9f2be70c957bc16bf30500 (patch)
tree0f3d46f2d09e16bae1625e6be719773557e23893 /conf/app.ini
parentc631a4a9b988e63bd8b07dfdeee1f1d4b3ad7d45 (diff)
downloadgitea-7ef9a055886574655d9f2be70c957bc16bf30500.tar.gz
gitea-7ef9a055886574655d9f2be70c957bc16bf30500.zip
#2179 use Go sub-repo ssh to verify public key content
Diffstat (limited to 'conf/app.ini')
-rw-r--r--conf/app.ini12
1 files changed, 0 insertions, 12 deletions
diff --git a/conf/app.ini b/conf/app.ini
index c1ca838ac0..69829fcaba 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -120,21 +120,9 @@ 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
; Enable captcha validation for registration
ENABLE_CAPTCHA = true
-; used to filter keys which are too short
-[service.minimum_key_sizes]
-ED25519 = 256
-ECDSA = 256
-NTRU = 1087
-MCE = 1702
-McE = 1702
-RSA = 1024
-DSA = 1024
-
[webhook]
; Hook task queue length
QUEUE_LENGTH = 1000