mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +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
|
||||
|
||||
# Enable reCAPTCHA
|
||||
config.x.enable_recaptcha = true
|
||||
config.x.enable_recaptcha = false
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue