mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	fix attachment ENABLED (#4064)
* fix attachment ENABLED * change wrong name on app.ini.sample
This commit is contained in:
		@@ -412,7 +412,7 @@ ENABLE_FEDERATED_AVATAR = false
 | 
			
		||||
 | 
			
		||||
[attachment]
 | 
			
		||||
; Whether attachments are enabled. Defaults to `true`
 | 
			
		||||
ENABLE = true
 | 
			
		||||
ENABLED = true
 | 
			
		||||
; Path for attachments. Defaults to `data/attachments`
 | 
			
		||||
PATH = data/attachments
 | 
			
		||||
; One or more allowed types, e.g. image/jpeg|image/png
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user