You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+4
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
41
41
-`FORCE_PRIVATE`: Force every new repository to be private.
42
42
-`MAX_CREATION_LIMIT`: Global maximum creation limit of repositories per user, `-1` means no limit.
43
43
-`PULL_REQUEST_QUEUE_LENGTH`:exclamation:: Length of pull request patch test queue, make it as large as possible.
44
+
-`MIRROR_QUEUE_LENGTH`: Patch test queue length, increase if pull request patch testing starts hanging. Defaults to 1000.
45
+
-`PREFERRED_LICENSES`: Preferred Licenses to place at the top of the List. Name must match file name in conf/license or custom/conf/license. Defaults to 'Apache License 2.0,MIT License'
46
+
-`DISABLE_HTTP_GIT`: Disable ability to interact with repositories by HTTP protocol. Defaults to false
47
+
-`USE_COMPAT_SSH_URI`: Force ssh:// clone url instead of scp-style uri when default SSH port is used. Defaults to false.
0 commit comments