feat:优化项目信息

This commit is contained in:
henry
2022-02-08 11:05:47 +08:00
parent 252182f089
commit 46476267aa
13 changed files with 125 additions and 37 deletions

View File

@ -69,15 +69,6 @@ type Setting struct {
Redis *Redis `yaml:"redis"`
}
// Upload 配置
Upload struct {
Path string `yaml:"path"`
Ext string `yaml:"ext"`
Exts []string `yaml:"-"`
Size int64 `yaml:"size"`
Rename bool `yaml:"rename"`
}
// Log 配置
Log struct {
File string `yaml:"file"`