mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
修改默认配置文件名称 config.yml -> config.toml
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
gDEFAULT_CONFIG_FILE = "config.yml" // 默认的配置管理文件名称
|
||||
gDEFAULT_CONFIG_FILE = "config.toml" // 默认的配置管理文件名称
|
||||
)
|
||||
|
||||
// 配置管理对象
|
||||
|
||||
Reference in New Issue
Block a user