chore: update startup tasks

This commit is contained in:
engigu
2025-12-09 21:44:14 +08:00
parent 0a70c15e5e
commit 2125ddc853
18 changed files with 655 additions and 257 deletions
+8
View File
@@ -41,3 +41,11 @@ func (es *InitSettingService) InitLogConfig() {
es.CommonAddSetting(section, key, value)
}
}
// InitHostedMsgConfig 初始化托管消息清理设置
func (es *InitSettingService) InitHostedMsgConfig() {
section := constant.HostedMsgCleanSectionName
for key, value := range constant.HostedMsgCleanDefaultValueMap {
es.CommonAddSetting(section, key, value)
}
}