---
panlei
2019-11-20 7c952ec032baaeda70bfb9483cf7e7bf93d92811
insertdata/config.go
@@ -51,7 +51,7 @@
   viper.AddConfigPath("")
   err = viper.ReadInConfig()
   if err != nil {
      log.Fatal("error on parsing configuration file")
      log.Fatal("error on parsing configuration file",err)
   }
   viper.UnmarshalKey("es", EsInfo)
   viper.UnmarshalKey("weedfs", WeedFs)