Skip to content

Commit

Permalink
Updated configuration docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmrsulja committed Dec 19, 2023
1 parent 3cca933 commit 307df1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions home/src/main/resources/config/example.runtime.properties
Original file line number Diff line number Diff line change
Expand Up @@ -456,15 +456,15 @@ createAndLink.providers = doi, pmid
#comma separated list of mime types allowed for upload
#fileUpload.allowedMIMETypes = image/png, application/pdf

# Captcha configuration. Available implementations are: NANOCAPTCHA (text-based) and RECAPTCHA
# NANOCAPTCHA is available in 2 difficulties ('easy' and 'hard')
# If captcha.implementation property is not provided, system will fall back to NANOCAPTCHA implementation
# Captcha configuration. Available implementations are: nanocaptcha (text-based) and recaptchav2
# nanocaptcha is available in 2 difficulties (easy and hard)
# If captcha.implementation property is not provided, system will fall back to nanocaptcha implementation
# with easy diffuculty (if captcha is enabled)
# For RECAPTCHA method, you have to provide siteKey and secretKey.
# For recaptchav2 method, you have to provide siteKey and secretKey.
# More information on siteKey and secretKey is available on: https://www.google.com/recaptcha
# Only RECAPTCHAv2 implementation is supported
# Only recaptchav2 implementation is supported
captcha.enabled = true
captcha.implementation = NANOCAPTCHA
captcha.implementation = nanocaptcha
nanocaptcha.difficulty = hard
#recaptcha.siteKey =
#recaptcha.secretKey =
Expand Down

0 comments on commit 307df1b

Please sign in to comment.