diff options
author | yearski <39842469+yearski@users.noreply.github.com> | 2021-04-30 08:36:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 16:36:28 +0200 |
commit | 49b28956e2610db05df79c458932a96e55227c68 (patch) | |
tree | c8ed1b11c62d24583a0c5e1495abcf573a04e4f7 /docs | |
parent | a6bfe59b4b6459b67ab1dea2ebc11d2b2236ede3 (diff) | |
download | gitea-49b28956e2610db05df79c458932a96e55227c68.tar.gz gitea-49b28956e2610db05df79c458932a96e55227c68.zip |
Docs: fix location for custom/options/license (#15671)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 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 de386add0b..95c20ca410 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -59,7 +59,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `MIRROR_QUEUE_LENGTH`: **1000**: Patch test queue length, increase if pull request patch testing starts hanging. - `PREFERRED_LICENSES`: **Apache License 2.0,MIT License**: Preferred Licenses to place at - the top of the list. Name must match file name in conf/license or custom/conf/license. + the top of the list. Name must match file name in options/license or custom/options/license. - `DISABLE_HTTP_GIT`: **false**: Disable the ability to interact with repositories over the HTTP protocol. - `USE_COMPAT_SSH_URI`: **false**: Force ssh:// clone url instead of scp-style uri when |