diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 5309f9913..94688b0fb 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -232,6 +232,7 @@ type configStruct struct { ChatRecordsClearTime string `yaml:"chatRecordsClearTime"` MsgDestructTime string `yaml:"msgDestructTime"` Secret string `yaml:"secret"` + EnableCronLocker bool `yaml:"enableCronLocker"` TokenPolicy struct { Expire int64 `yaml:"expire"` } `yaml:"tokenPolicy"`