admin(cheat sheet): update UseCompatSSHURI default value (#1071)

Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1071
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
0ko 2025-02-07 09:40:07 +00:00
parent 97a25d1214
commit 6b13040e67

View file

@ -82,8 +82,7 @@ In addition, there is _`StaticRootPath`_ which can be set as a built-in at build
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
default SSH port is used.
- `USE_COMPAT_SSH_URI`: **true**: Always use ssh:// clone url instead of scp-style uri.
- `GO_GET_CLONE_URL_PROTOCOL`: **https**: Value for the "go get" request returns the repository url as https or ssh
default is https.
- `ACCESS_CONTROL_ALLOW_ORIGIN`: **\<empty\>**: Value for Access-Control-Allow-Origin header,