Skip to content

Commit da613cc

Browse files
JingTYHaiHui886
authored andcommitted
1.Set the backend = "http-client" parameter to be configurable.
1 parent f931b7d commit da613cc

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.env-dev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ WORKFLOW_POD_GC_STRATEGY=OnWorkflowCompletion
7979

8080

8181
#Mineru URL
82-
MINERU_API_URL: http://111.4.242.20:30000
82+
MINERU_API_URL=http://111.4.242.20:30000
83+
MINERU_BACKEND=http-client
8384

.env-prd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ WORKFLOW_RUN_AS_GROUP=0
7676

7777

7878
#Mineru URL
79-
MINERU_API_URL: http://111.4.242.20:30000
79+
MINERU_API_URL=http://111.4.242.20:30000
80+
MINERU_BACKEND=http-client

.env-stg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ WORKFLOW_RUN_AS_GROUP=0
8282

8383

8484
#Mineru URL
85-
MINERU_API_URL: http://111.4.242.20:30000
85+
MINERU_API_URL=http://111.4.242.20:30000
86+
MINERU_BACKEND=http-client

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ outputs/
44
assets/
55
temp/
66
demo/
7+
tests/
78
# setup
89
data_juicer.egg-info/
910
py_data_juicer.egg-info/

0 commit comments

Comments
 (0)