mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Allow Recaptcha service url to be configured (#6820)
This commit is contained in:
		@@ -362,6 +362,8 @@ CAPTCHA_TYPE = image
 | 
			
		||||
; Go to https://www.google.com/recaptcha/admin to sign up for a key
 | 
			
		||||
RECAPTCHA_SECRET  =
 | 
			
		||||
RECAPTCHA_SITEKEY =
 | 
			
		||||
; Change this to use recaptcha.net or other recaptcha service
 | 
			
		||||
RECAPTCHA_URL = https://www.google.com/recaptcha/
 | 
			
		||||
; Default value for KeepEmailPrivate
 | 
			
		||||
; Each new user will get the value of this setting copied into their profile
 | 
			
		||||
DEFAULT_KEEP_EMAIL_PRIVATE = false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user