config path update

pull/4/head
away 4 years ago
parent 473c956b1b
commit 2c83e7980c

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

Loading…
Cancel
Save