mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	doc: clarify INSTALL_LOCK behavior (#17945)
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user