From 32aba6aa23e78886ddca2743f760ff6de22f4b50 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期一, 13 四月 2020 10:46:04 +0800
Subject: [PATCH] perfect asVolume somethings

---
 config/config.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/config.go b/config/config.go
index 6fdffad..f49f244 100644
--- a/config/config.go
+++ b/config/config.go
@@ -8,6 +8,9 @@
 type server struct {
 	EsServerIp   string `mapstructure: "esServerIp"`
 	EsServerPort string `mapstructure: "esServerPort"`
+	CoreBaseUnit string `mapstructure: "coreBaseUnit"`
+	TimeOut      string `mapstructure: "timeOut"`
+	ScriptPath   string `mapstructure: scriptPath`
 }
 
 type elastic struct {

--
Gitblit v1.8.0