---
panlei
2019-11-21 0d72f83126cef0e93bf7147698c7a85a2c0c1b41
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)