---
panlei
2019-11-18 8b81c7f97bc9022e82d8defde37d2c4c3849b296
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)