Skip to content

Commit

Permalink
Added captcha configuration example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmrsulja committed Nov 21, 2023
1 parent d23f3da commit 15504f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/src/main/resources/config/example.runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,11 @@ createAndLink.providers = doi, pmid
#fileUpload.maxFileSize = 10485760
#comma separated list of mime types allowed for upload
#fileUpload.allowedMIMETypes = image/png, application/pdf

# Captcha configuration. Available implementations are: DEFAULT (text-based) and RECAPTCHA
# If captcha.implementation property is not provided, system will fall back to DEFAULT implementation
# For RECAPTCHA method, you have to provide siteKey and secretKey.
# More information on siteKey and secretKey is available on: https://www.google.com/recaptcha
captcha.implementation = DEFAULT
#recaptcha.siteKey =
#recaptcha.secretKey =

0 comments on commit 15504f0

Please sign in to comment.