|
|
@ -232,6 +232,7 @@ type configStruct struct {
|
|
|
|
ChatRecordsClearTime string `yaml:"chatRecordsClearTime"`
|
|
|
|
ChatRecordsClearTime string `yaml:"chatRecordsClearTime"`
|
|
|
|
MsgDestructTime string `yaml:"msgDestructTime"`
|
|
|
|
MsgDestructTime string `yaml:"msgDestructTime"`
|
|
|
|
Secret string `yaml:"secret"`
|
|
|
|
Secret string `yaml:"secret"`
|
|
|
|
|
|
|
|
EnableCronLocker bool `yaml:"enableCronLocker"`
|
|
|
|
TokenPolicy struct {
|
|
|
|
TokenPolicy struct {
|
|
|
|
Expire int64 `yaml:"expire"`
|
|
|
|
Expire int64 `yaml:"expire"`
|
|
|
|
} `yaml:"tokenPolicy"`
|
|
|
|
} `yaml:"tokenPolicy"`
|
|
|
|