mirror of https://github.com/go-gitea/gitea.git
doc: clarify INSTALL_LOCK behavior (#17945)
This commit is contained in:
parent
13d002a755
commit
4da2eabd7f
|
@ -477,7 +477,7 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
|
||||||
|
|
||||||
## Security (`security`)
|
## 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.
|
- `SECRET_KEY`: **\<random at every install\>**: Global secret key. This should be changed.
|
||||||
- `LOGIN_REMEMBER_DAYS`: **7**: Cookie lifetime, in days.
|
- `LOGIN_REMEMBER_DAYS`: **7**: Cookie lifetime, in days.
|
||||||
- `COOKIE_USERNAME`: **gitea\_awesome**: Name of the cookie used to store the current username.
|
- `COOKIE_USERNAME`: **gitea\_awesome**: Name of the cookie used to store the current username.
|
||||||
|
|
Loading…
Reference in New Issue