Commit 4b11c933d432b6e45d4e2771cb9b705daed8389a
1 parent
11b7bff4
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
New settings for recaptcha api 1
Showing
1 changed file
with
13 additions
and
6 deletions
Show diff stats
config/noosfero.yml.dist
@@ -11,14 +11,21 @@ development: | @@ -11,14 +11,21 @@ development: | ||
11 | max_upload_size: 5MB | 11 | max_upload_size: 5MB |
12 | hours_until_user_activation_check: 72 | 12 | hours_until_user_activation_check: 72 |
13 | exclude_profile_identifier_pattern: index(\..*)?|home(\..*)? | 13 | exclude_profile_identifier_pattern: index(\..*)?|home(\..*)? |
14 | - api_recaptcha_site_key: '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-' | ||
15 | - api_recaptcha_private_key: '6LdsWAcTAAAAAB6maB_HalVyCc4asDAxPxloIMvY' | ||
16 | - api_recaptcha_verify_uri: 'https://www.google.com/recaptcha/api/siteverify' | 14 | +#noosfero.com |
15 | + api_recaptcha_site_key: '6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-' | ||
16 | +#noosfero.com | ||
17 | + api_recaptcha_private_key: '6LdsWAcTAAAAAB6maB_HalVyCc4asDAxPxloIMvY' | ||
18 | + api_recaptcha_v1_verify_uri: 'https://www.google.com/recaptcha/api/verify' | ||
19 | + api_recaptcha_v2_verify_uri: 'https://www.google.com/recaptcha/api/siteverify' | ||
17 | 20 | ||
18 | test: | 21 | test: |
19 | 22 | ||
20 | production: | 23 | production: |
21 | - api_recaptcha_site_key: '6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i' | ||
22 | - api_recaptcha_private_key: '6LcLPAcTAAAAAE36SN1M2w1I7Hn8upwXYZ_YQZ5-' | ||
23 | - api_recaptcha_verify_uri: 'https://www.google.com/recaptcha/api/siteverify' | 24 | +#dialoga |
25 | + api_recaptcha_site_key: '6LcLPAcTAAAAAKsd0bxY_TArhD_A7OL19SRCW7_i' | ||
26 | +#dialoga | ||
27 | + api_recaptcha_private_key: '6LcLPAcTAAAAAE36SN1M2w1I7Hn8upwXYZ_YQZ5-' | ||
28 | + api_recaptcha_v1_verify_uri: 'https://www.google.com/recaptcha/api/verify' | ||
29 | + api_recaptcha_v2_verify_uri: 'https://www.google.com/recaptcha/api/siteverify' | ||
30 | + | ||
24 | 31 | ||
25 | \ No newline at end of file | 32 | \ No newline at end of file |