From 0e5619c15f68b549b724eb6182ca1bae3c82f6fe Mon Sep 17 00:00:00 2001 From: Rolf Kaiser <1090569+rkaiser0324@users.noreply.github.com> Date: Sat, 25 Dec 2021 19:25:42 -0800 Subject: [PATCH] doc: clarify INSTALL_LOCK behavior (#17945) --- doc/advanced/config-cheat-sheet.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/config-cheat-sheet.en-us.md b/doc/advanced/config-cheat-sheet.en-us.md index 0e34846b..90117efb 100644 --- a/doc/advanced/config-cheat-sheet.en-us.md +++ b/doc/advanced/config-cheat-sheet.en-us.md @@ -477,7 +477,7 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o ## Security (`security`) -- `INSTALL_LOCK`: **false**: Disallow access to the install page. +- `INSTALL_LOCK`: **false**: Controls access to the installation page. When set to "true", the installation page is not accessible. - `SECRET_KEY`: **\**: Global secret key. This should be changed. - `LOGIN_REMEMBER_DAYS`: **7**: Cookie lifetime, in days. - `COOKIE_USERNAME`: **gitea\_awesome**: Name of the cookie used to store the current username.