Break Change: use yml, which is easier to parse, as the config format
This commit is contained in:
@ -46,6 +46,6 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
ConfigPath = path.Join(dirPath, "config.ini")
|
||||
ConfigPath = path.Join(dirPath, "config.yml")
|
||||
MMDBPath = path.Join(dirPath, "Country.mmdb")
|
||||
}
|
||||
|
Reference in New Issue
Block a user