mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +08:00
set ENABLE_RECAPTCHA to false in test environment
This commit is contained in:
parent
48ac289b6e
commit
b87bc4020b
1 changed files with 1 additions and 1 deletions
|
@ -70,5 +70,5 @@ Rails.application.configure do
|
||||||
config.x.enable_tutorial = false
|
config.x.enable_tutorial = false
|
||||||
|
|
||||||
# Enable reCAPTCHA
|
# Enable reCAPTCHA
|
||||||
config.x.enable_recaptcha = true
|
config.x.enable_recaptcha = false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue