소스 검색

Merge branch 'dev_v1.0.10_wh' of BaseService/biService into feature/v1.0.10

王浩 1 년 전
부모
커밋
ac917749be
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
   UserName:
   Password:
-  Index: projectset
-  IType: projectset
 Logx:
   Mode: console #console|file|volume
   Path: logs

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

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