chore: 打包restconf.yaml配置文件改名omc.yaml

This commit is contained in:
TsMask
2024-03-19 20:25:59 +08:00
parent 30326c1e53
commit 7e8360dcb4
6 changed files with 6 additions and 6 deletions

View File

@@ -326,7 +326,7 @@ func GetDefaultUserAgent() string {
return "OMC/" + global.Version
}
// const defaultConfigFile = "./etc/restconf.yaml"
// const defaultConfigFile = "./etc/omc.yaml"
// func init() {
// cfile := flag.String("c", defaultConfigFile, "config file")