diff options
author | Unknwon <u@gogs.io> | 2015-10-25 04:26:26 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-25 04:26:26 -0400 |
commit | 022820103d622dda74aa1c619ca46838a14b762a (patch) | |
tree | 2de093f709bb04c366cee4ebb73dcc3230f7019a /conf/app.ini | |
parent | d5fab7f1b993ac389d751bfb87774549c4f3f4c2 (diff) | |
download | gitea-022820103d622dda74aa1c619ca46838a14b762a.tar.gz gitea-022820103d622dda74aa1c619ca46838a14b762a.zip |
#1657 allow forcing all private repos
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index a5f7a0b7ca..2a1a568d8e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -11,7 +11,11 @@ RUN_MODE = dev [repository] ROOT = SCRIPT_TYPE = bash -; Patch test queue length, make it as large as possible. +; 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] |