summarylogtreecommitdiffstats
path: root/app_new.ini
diff options
context:
space:
mode:
authorThomas Fanninger2015-11-16 06:22:47 +0100
committerThomas Fanninger2015-11-16 06:22:47 +0100
commit71bbaa62061cb4d8a095201d1b9a4bdb6aceb36a (patch)
tree3f08a02f1d73b0227ac2b0988849e84a81a22525 /app_new.ini
parentc0691489cf776e36d61110349f6b80c4df95e7ec (diff)
downloadaur-71bbaa62061cb4d8a095201d1b9a4bdb6aceb36a.tar.gz
new packeg version
Diffstat (limited to 'app_new.ini')
-rw-r--r--app_new.ini20
1 files changed, 19 insertions, 1 deletions
diff --git a/app_new.ini b/app_new.ini
index ef40eab7b0f6..4d7cb553180a 100644
--- a/app_new.ini
+++ b/app_new.ini
@@ -11,6 +11,12 @@ RUN_MODE = dev
[repository]
ROOT = /srv/gogs/repo
SCRIPT_TYPE = bash
+; Default ANSI charset
+ANSI_CHARSET =
+; Force every new repository to be private
+FORCE_PRIVATE = false
+; Patch test queue length, make it as large as possible
+PULL_REQUEST_QUEUE_LENGTH = 10000
[ui]
; Number of repositories that are showed in one explore page
@@ -21,7 +27,7 @@ ISSUE_PAGING_NUM = 10
FEED_MAX_COMMIT_NUM = 5
[ui.admin]
-; Numer of users that are showed in one page
+; Number of users that are showed in one page
USER_PAGING_NUM = 50
; Number of repos that are showed in one page
REPO_PAGING_NUM = 50
@@ -42,6 +48,8 @@ HTTP_ADDR =
HTTP_PORT = 3000
; Disable SSH feature when not available
DISABLE_SSH = false
+; Whether use builtin SSH server or not.
+START_SSH_SERVER = false
SSH_PORT = 22
; Disable CDN even in "prod" mode
OFFLINE_MODE = false
@@ -110,6 +118,16 @@ 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