diff --git a/inventory/setting.go b/inventory/setting.go index c08a203..a07b35c 100644 --- a/inventory/setting.go +++ b/inventory/setting.go @@ -393,8 +393,8 @@ var DefaultSettings = map[string]string{ "captcha_turnstile_site_key": "", "captcha_turnstile_site_secret": "", "captcha_cap_instance_url": "", - "captcha_cap_key_id": "", - "captcha_cap_key_secret": "", + "captcha_cap_site_key": "", + "captcha_cap_secret_key": "", "thumb_width": "400", "thumb_height": "300", "thumb_entity_suffix": "._thumb",