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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/config.go b/config/config.go
index 54b570d..f49f244 100644
--- a/config/config.go
+++ b/config/config.go
@@ -10,6 +10,7 @@
 	EsServerPort string `mapstructure: "esServerPort"`
 	CoreBaseUnit string `mapstructure: "coreBaseUnit"`
 	TimeOut      string `mapstructure: "timeOut"`
+	ScriptPath   string `mapstructure: scriptPath`
 }
 
 type elastic struct {

--
Gitblit v1.8.0