소스 검색

feat:xiugai

wangchuanjin 9 달 전
부모
커밋
f411eabdce
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      api/internal/config/config.go

+ 5 - 4
api/internal/config/config.go

@@ -11,10 +11,11 @@ type Config struct {
 		ServerCode string
 		Etcd       []string
 	}
-	CacheTimeOut     int
-	BuyerBatch       int
-	ProjectYearLimit int
-	EntNameList      []string
+	CacheTimeOut          string
+	BuyerBatch            int
+	ExportIdCachaPoolSize int
+	ProjectYearLimit      int
+	EntNameList           []string
 }
 
 type Db struct {