diff options
author | Sandro Santilli <strk@kbt.io> | 2017-12-19 11:40:21 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-12-19 04:40:21 -0600 |
commit | 7b28154e8b412a7d83aa53359950cf76751e74c2 (patch) | |
tree | 148ee33b65572962186410c6361a2efb122c6efe /docs | |
parent | 5332052019494430a559fdb9a4524d1bec51ffb3 (diff) | |
download | gitea-7b28154e8b412a7d83aa53359950cf76751e74c2.tar.gz gitea-7b28154e8b412a7d83aa53359950cf76751e74c2.zip |
Add missing repository setting docs in cheat sheet (#3230)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 440946c7d7..ea01b07d1b 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -41,6 +41,10 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `FORCE_PRIVATE`: Force every new repository to be private. - `MAX_CREATION_LIMIT`: Global maximum creation limit of repositories per user, `-1` means no limit. - `PULL_REQUEST_QUEUE_LENGTH`:exclamation:: Length of pull request patch test queue, make it as large as possible. +- `MIRROR_QUEUE_LENGTH`: Patch test queue length, increase if pull request patch testing starts hanging. Defaults to 1000. +- `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' +- `DISABLE_HTTP_GIT`: Disable ability to interact with repositories by HTTP protocol. Defaults to false +- `USE_COMPAT_SSH_URI`: Force ssh:// clone url instead of scp-style uri when default SSH port is used. Defaults to false. ## UI (`ui`) |