0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

Correct default license list

Actually match the file names in option/license.
Also see https://codeberg.org/forgejo/forgejo/pulls/1888
This commit is contained in:
Otto Richter 2023-12-05 22:43:56 +01:00 committed by Earl Warren
parent 69a63cea19
commit 397b83a88c

View file

@ -75,7 +75,7 @@ In addition, there is _`StaticRootPath`_ which can be set as a built-in at build
- `DEFAULT_PUSH_CREATE_PRIVATE`: **true**: Default private when creating a new repository with push-to-create.
- `MAX_CREATION_LIMIT`: **-1**: Global maximum creation limit of repositories per user,
`-1` means no limit.
- `PREFERRED_LICENSES`: **Apache License 2.0,MIT License**: Preferred Licenses to place at
- `PREFERRED_LICENSES`: **Apache-2.0, MIT"**: Preferred Licenses to place at
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.