@@ -49,7 +49,7 @@ var once sync.Once
func GetConf() *SvrConf {
once.Do(func() {
- _, err := toml.DecodeFile("./conf/config.toml", &svrConf)
+ _, err := toml.DecodeFile("../conf/config.toml", &svrConf)
if err != nil {
panic(err)
}