Skip to content

Commit 4da2eab

Browse files
authored
doc: clarify INSTALL_LOCK behavior (#17945)
1 parent 13d002a commit 4da2eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
477477

478478
## Security (`security`)
479479

480-
- `INSTALL_LOCK`: **false**: Disallow access to the install page.
480+
- `INSTALL_LOCK`: **false**: Controls access to the installation page. When set to "true", the installation page is not accessible.
481481
- `SECRET_KEY`: **\<random at every install\>**: Global secret key. This should be changed.
482482
- `LOGIN_REMEMBER_DAYS`: **7**: Cookie lifetime, in days.
483483
- `COOKIE_USERNAME`: **gitea\_awesome**: Name of the cookie used to store the current username.

0 commit comments

Comments
 (0)