Skip to content

Commit

Permalink
test: Make apply_recaptcha to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kovalch committed Jul 2, 2024
1 parent 170ec0a commit 2a2833e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ host = 0.0.0.0
port = 5000

[app:main]
use = config:/usr/lib/ckan/venv/src/ckan/test-core.ini
use = config:../ckan/test-core.ini

# Insert any custom config settings to be used when running your extension's
# tests here.
ckan.plugins = subscribe
ckanext.subscribe.apply_recaptcha = false
ckanext.subscribe.apply_recaptcha = true
ckanext.subscribe.recaptcha.api_url = https://www.google.com/recaptcha/api/siteverify
#ckanext.subscribe.recaptcha.privatekey =
#ckanext.subscribe.recaptcha.publickey =
Expand Down

0 comments on commit 2a2833e

Please sign in to comment.