---
panlei
2019-11-21 2c43d36c526392576b8fb99b31c85ed977299f53
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)