-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
26 lines (18 loc) · 1.04 KB
/
Copy pathext_conf_template.txt
File metadata and controls
26 lines (18 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# cat=plugin.recaptcha; type=string; label=reCAPTCHA API-server address
api_server = https://www.google.com/recaptcha/api.js
# cat=plugin.recaptcha; type=string; label=reCAPTCHA VERIFY-server address
verify_server = https://www.google.com/recaptcha/api/siteverify
# cat=plugin.recaptcha; type=string; label=reCAPTCHA public key
public_key = 6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# cat=plugin.recaptcha; type=string; label=reCAPTCHA private key
private_key = 6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
# cat=plugin.recaptcha; type=string; label=reCAPTCHA public key for invisible recaptcha
invisible_public_key =
# cat=plugin.recaptcha; type=string; label=reCAPTCHA private key for invisible recaptcha
invisible_private_key =
# cat=plugin.recaptcha; type=string; label=reCAPTCHA language
lang =
# cat=plugin.recaptcha; type=boolean; label= enforcing captcha even in development mode
enforceCaptcha = 0
# cat=plugin.recaptcha//11; type=boolean; label= reCAPTCHA robotMode: If you use a frontend testing tool, which cannot solve the recaptcha
robotMode = 0