From 414c90263a3e8fd03371bebce69177d0a476c49a Mon Sep 17 00:00:00 2001 From: DmitryFrolovTri <23313323+DmitryFrolovTri@users.noreply.github.com> Date: Mon, 15 May 2023 20:13:27 +0000 Subject: [PATCH] updated content/doc/administration/config-cheat-sheet.en-us.md with ENABLE_SIZE_LIMIT and REPO_SIZE_LIMIT options --- docs/content/doc/administration/config-cheat-sheet.en-us.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/doc/administration/config-cheat-sheet.en-us.md b/docs/content/doc/administration/config-cheat-sheet.en-us.md index c1befed4898..e24b2839d3f 100644 --- a/docs/content/doc/administration/config-cheat-sheet.en-us.md +++ b/docs/content/doc/administration/config-cheat-sheet.en-us.md @@ -112,6 +112,9 @@ In addition there is _`StaticRootPath`_ which can be set as a built-in at build - `ALLOW_DELETION_OF_UNADOPTED_REPOSITORIES`: **false**: Allow non-admin users to delete unadopted repositories - `DISABLE_DOWNLOAD_SOURCE_ARCHIVES`: **false**: Don't allow download source archive files from UI - `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT`: **true**: Allow fork repositories without maximum number limit +- `ENABLE_SIZE_LIMIT`: **false**: Enable global per repository size +limit defined in `REPO_SIZE_LIMIT` or at the repository itself. +- `REPO_SIZE_LIMIT`: **0**: The global default size limit to apply per repository in bytes when `ENABLE_SIZE_LIMIT` is `true`. Value `0` - no limit. The repository limit set via user interface by admin takes precedence over this value. ### Repository - Editor (`repository.editor`)