From b36133fcbb12094218c33e35bb225e9dea9b1cf7 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 16 四月 2020 15:10:34 +0800
Subject: [PATCH] fix st server test

---
 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