@ -149,7 +149,7 @@ type config struct {
func init() {
path, _ := os.Getwd()
bytes, err := ioutil.ReadFile("../config/config.yaml")
bytes, err := ioutil.ReadFile(path + "/config/config.yaml")
if err != nil {
panic(err)
return