Skip to content

Commit 3f054a4

Browse files
Update config.json
1 parent 5f1e4bf commit 3f054a4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

config.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
{
22
"models": [
33
{
4+
"serviceName": "ner",
5+
"modelBasePath": "src/ner/agri_ner_akai/local/.",
6+
"apiBasePath": "ner/agri_ner_akai/local/",
7+
"containerPort": 8000,
8+
"environment": {},
9+
"nginx": [],
10+
"build": true
11+
},
12+
{
413
"serviceName": "word_score",
514
"modelBasePath": "src/search/word_score/local/.",
6-
"apiBasePath": "/search/word_score/local",
15+
"apiBasePath": "/search/word_score/local/",
716
"containerPort": 8000,
817
"environment": {},
918
"nginx": [],
10-
"build": false
19+
"build": true
1120
},
1221
{
1322
"serviceName": "spell_check",

0 commit comments

Comments
 (0)