修改默认配置文件名称 config.yml -> config.toml

This commit is contained in:
john
2018-08-16 11:30:41 +08:00
parent 94256ce393
commit 501e8e25ec

View File

@ -17,7 +17,7 @@ import (
)
const (
gDEFAULT_CONFIG_FILE = "config.yml" // 默认的配置管理文件名称
gDEFAULT_CONFIG_FILE = "config.toml" // 默认的配置管理文件名称
)
// 配置管理对象