浏览代码

es新增链接

WH01243 1 年之前
父节点
当前提交
316432f4b2
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 2
      rpc/etc/biservice.yaml
  2. 0 2
      rpc/internal/config/config.go

+ 0 - 2
rpc/etc/biservice.yaml

@@ -80,8 +80,6 @@ EntEs:
   Version: v7
   Version: v7
   UserName:
   UserName:
   Password:
   Password:
-  Index: projectset
-  IType: projectset
 Logx:
 Logx:
   Mode: console #console|file|volume
   Mode: console #console|file|volume
   Path: logs
   Path: logs

+ 0 - 2
rpc/internal/config/config.go

@@ -45,8 +45,6 @@ type Config struct {
 	EntEs struct {
 	EntEs struct {
 		Address  string
 		Address  string
 		DbSize   int
 		DbSize   int
-		Index    string
-		IType    string
 		Version  string
 		Version  string
 		UserName string
 		UserName string
 		Password string
 		Password string