Skip to content

Commit

Permalink
change config file
Browse files Browse the repository at this point in the history
  • Loading branch information
csl991005 committed Jun 26, 2023
1 parent bd046f6 commit 2468969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
)

func init() {
file, err := ini.Load("config/config-example.ini")
file, err := ini.Load("config/config.ini")
if err != nil {
fmt.Println("load config file error,check out file path", err)
}
Expand Down

0 comments on commit 2468969

Please sign in to comment.