数据库配置中,去除定义日志文件名称

This commit is contained in:
白茶清欢 2022-06-13 14:51:52 +08:00
parent 44f4e66110
commit a5bde3ca5b
1 changed files with 8 additions and 9 deletions

View File

@ -71,7 +71,6 @@ type Mysql struct {
Database string `json:"database" yaml:"database"` // 数据库
Charset string `json:"charset" yaml:"charset"` // 数据库编码
Connection *Connection `json:"connection" yaml:"connection"` // 连接配置
LogFileName string `json:"log_file_name" yaml:"log_file_name"` // 日志文件名
Timezone string `json:"timezone" yaml:"timezone"` // 时区
}