Update config-docker.yml
Browse files- config-docker.yml +2 -2
config-docker.yml
CHANGED
|
@@ -4,8 +4,8 @@ grobidHome: /opt/grobid/grobid-home
|
|
| 4 |
|
| 5 |
# entity-fishing server information for performing entity disambiguation
|
| 6 |
# for https, indicate 443 as port
|
| 7 |
-
entityFishingHost:
|
| 8 |
-
entityFishingPort:
|
| 9 |
#entityFishingHost: localhost
|
| 10 |
#entityFishingPort: 8090
|
| 11 |
|
|
|
|
| 4 |
|
| 5 |
# entity-fishing server information for performing entity disambiguation
|
| 6 |
# for https, indicate 443 as port
|
| 7 |
+
entityFishingHost: traces1.inria.fr/nerd
|
| 8 |
+
entityFishingPort: 443
|
| 9 |
#entityFishingHost: localhost
|
| 10 |
#entityFishingPort: 8090
|
| 11 |
|