기본 config 파일 수정
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
var configfileflag = flag.String("config", "", "")
|
||||
|
||||
func configFilePath() string {
|
||||
configfilepath := "./config_template.json"
|
||||
configfilepath := "config.json"
|
||||
if configfileflag != nil && len(*configfileflag) > 0 {
|
||||
configfilepath = *configfileflag
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user