清理掉定时任务config配置,修改为代码内书写 (#1578)

This commit is contained in:
奇淼(piexlmax
2023-11-20 23:38:15 +08:00
committed by GitHub
parent 4433b6623e
commit bd2a3ddfba
7 changed files with 82 additions and 77 deletions

View File

@@ -26,7 +26,6 @@ type Server struct {
AwsS3 AwsS3 `mapstructure:"aws-s3" json:"aws-s3" yaml:"aws-s3"`
Excel Excel `mapstructure:"excel" json:"excel" yaml:"excel"`
Timer Timer `mapstructure:"timer" json:"timer" yaml:"timer"`
// 跨域配置
Cors CORS `mapstructure:"cors" json:"cors" yaml:"cors"`