mirror of https://github.com/cloudreve/Cloudreve
update cap json tags
parent
e49945beda
commit
fc4b6fddaf
|
@ -28,8 +28,8 @@ type SiteConfig struct {
|
||||||
ReCaptchaKey string `json:"captcha_ReCaptchaKey,omitempty"`
|
ReCaptchaKey string `json:"captcha_ReCaptchaKey,omitempty"`
|
||||||
CaptchaType setting.CaptchaType `json:"captcha_type,omitempty"`
|
CaptchaType setting.CaptchaType `json:"captcha_type,omitempty"`
|
||||||
TurnstileSiteID string `json:"turnstile_site_id,omitempty"`
|
TurnstileSiteID string `json:"turnstile_site_id,omitempty"`
|
||||||
CapInstanceURL string `json:"cap_instance_url,omitempty"`
|
CapInstanceURL string `json:"captcha_cap_instance_url,omitempty"`
|
||||||
CapKeyID string `json:"cap_key_id,omitempty"`
|
CapKeyID string `json:"captcha_cap_key_id,omitempty"`
|
||||||
RegisterEnabled bool `json:"register_enabled,omitempty"`
|
RegisterEnabled bool `json:"register_enabled,omitempty"`
|
||||||
TosUrl string `json:"tos_url,omitempty"`
|
TosUrl string `json:"tos_url,omitempty"`
|
||||||
PrivacyPolicyUrl string `json:"privacy_policy_url,omitempty"`
|
PrivacyPolicyUrl string `json:"privacy_policy_url,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue