summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRolf Kaiser <1090569+rkaiser0324@users.noreply.github.com>2021-12-25 19:25:42 -0800
committerGitHub <noreply@github.com>2021-12-26 11:25:42 +0800
commit4da2eabd7f711fd4aaf3345ed180a850859cebbe (patch)
treece3c8e797b0209fed1dd1c680f4cd20d476ebd13 /docs
parent13d002a755650fed66cf698d95f8a6cebd3efe99 (diff)
downloadgitea-4da2eabd7f711fd4aaf3345ed180a850859cebbe.tar.gz
gitea-4da2eabd7f711fd4aaf3345ed180a850859cebbe.zip
doc: clarify INSTALL_LOCK behavior (#17945)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
index 0e34846bbb..90117efb24 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/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`: **\<random at every install\>**: 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.