WH01243 1 éve
szülő
commit
316432f4b2
2 módosított fájl, 0 hozzáadás és 4 törlés
  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