|
@@ -6,9 +6,9 @@ import (
|
|
|
"strings"
|
|
|
|
|
|
util "app.yhyue.com/moapp/jybase/common"
|
|
|
+ "app.yhyue.com/moapp/jybase/logger"
|
|
|
. "app.yhyue.com/moapp/jybase/mongodb"
|
|
|
"bp.jydev.jianyu360.cn/BaseService/pushpkg/dfa"
|
|
|
- "app.yhyue.com/moapp/jybase/logger"
|
|
|
)
|
|
|
|
|
|
//
|
|
@@ -40,8 +40,11 @@ type MysqlConf struct {
|
|
|
|
|
|
//
|
|
|
type EsConf struct {
|
|
|
- Address string
|
|
|
- Size int
|
|
|
+ Address string
|
|
|
+ Size int
|
|
|
+ Version string
|
|
|
+ UserName string
|
|
|
+ Password string
|
|
|
}
|
|
|
|
|
|
//
|