数据库配置中,去除定义日志文件名称
This commit is contained in:
parent
44f4e66110
commit
a5bde3ca5b
@ -71,7 +71,6 @@ type Mysql struct {
|
|||||||
Database string `json:"database" yaml:"database"` // 数据库
|
Database string `json:"database" yaml:"database"` // 数据库
|
||||||
Charset string `json:"charset" yaml:"charset"` // 数据库编码
|
Charset string `json:"charset" yaml:"charset"` // 数据库编码
|
||||||
Connection *Connection `json:"connection" yaml:"connection"` // 连接配置
|
Connection *Connection `json:"connection" yaml:"connection"` // 连接配置
|
||||||
LogFileName string `json:"log_file_name" yaml:"log_file_name"` // 日志文件名
|
|
||||||
Timezone string `json:"timezone" yaml:"timezone"` // 时区
|
Timezone string `json:"timezone" yaml:"timezone"` // 时区
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user