doc: clarify INSTALL_LOCK behavior (#17945)
This commit is contained in:
parent
13d002a755
commit
4da2eabd7f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue