Skip to content

Commit

Permalink
Added new language settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnappin committed Oct 17, 2016
1 parent 63f453a commit a89a41f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ play.i18n.langs=["en", "fr"]

# reCAPTCHA configuration
# ~~~~~
# Using new (API v2) no-captcha reCAPTCHA
recaptcha.apiVersion=2

# This is the private key that Google reCAPTCHA issues when you register
recaptcha.privateKey=my-secret-key

Expand All @@ -29,10 +26,16 @@ recaptcha.publicKey=my-site-key
#recpatcha.requestTimeout=10 seconds

# The reCAPTCHA widget theme to use, possible values include dark or light, defaults to light
recaptcha.theme=light
#recaptcha.theme=light

# The reCAPTCHA type to use, possible values are image or audio, defaults to image
recaptcha.type=image
#recaptcha.type=image

# The reCAPTCHA size to use, possible values are normal or compact, defaults to normal
recaptcha.size=compact
#recaptcha.size=compact

# The reCAPTCHA language mode, possible values are auto, force or play, defaults to auto
#recaptcha.languageMode=auto

# Used by "force" language mode
#recaptcha.forceLanguage=ru

0 comments on commit a89a41f

Please sign in to comment.