mirror of https://github.com/cloudreve/Cloudreve
fix(captcha): update Cap field names in defaults configuration
parent
d7b731d168
commit
a8c9db5e23
|
@ -393,8 +393,8 @@ var DefaultSettings = map[string]string{
|
||||||
"captcha_turnstile_site_key": "",
|
"captcha_turnstile_site_key": "",
|
||||||
"captcha_turnstile_site_secret": "",
|
"captcha_turnstile_site_secret": "",
|
||||||
"captcha_cap_instance_url": "",
|
"captcha_cap_instance_url": "",
|
||||||
"captcha_cap_key_id": "",
|
"captcha_cap_site_key": "",
|
||||||
"captcha_cap_key_secret": "",
|
"captcha_cap_secret_key": "",
|
||||||
"thumb_width": "400",
|
"thumb_width": "400",
|
||||||
"thumb_height": "300",
|
"thumb_height": "300",
|
||||||
"thumb_entity_suffix": "._thumb",
|
"thumb_entity_suffix": "._thumb",
|
||||||
|
|
Loading…
Reference in New Issue