Skip to content

Commit

Permalink
change config default value
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Dec 6, 2023
1 parent 5902bee commit 7629f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
ConfigFileFlag = cli.StringFlag{
Name: "config",
Usage: "JSON configuration file",
Value: "./config.json",
Value: "./conf/config.json",
}
// VerbosityFlag log level.
VerbosityFlag = cli.IntFlag{
Expand Down

0 comments on commit 7629f06

Please sign in to comment.