Browse Source

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

王浩 1 year ago
parent
commit
ac917749be
2 changed files with 0 additions and 4 deletions
  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