Browse Source

Docs: fix location for custom/options/license (#15671)

tags/v1.15.0-rc1
yearski 3 years ago
parent
commit
49b28956e2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/content/doc/advanced/config-cheat-sheet.en-us.md

+ 1
- 1
docs/content/doc/advanced/config-cheat-sheet.en-us.md View File

@@ -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

Loading…
Cancel
Save