Skip to content

Commit

Permalink
Point biblio-glutton at elasticsearch and grobid
Browse files Browse the repository at this point in the history
Ideally this could be configured with environment variables,
but in the meantime we're going to have to hard code it to where
it is in Docker. In other environments, it can be updated.
  • Loading branch information
bfirsh committed Jun 10, 2019
1 parent 8bacf9a commit a01001b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lookup/data/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ ignoreCrossRefFields:
batchSize: 10000

# Grobid URL
grobidPath: http://localhost:8070/api
grobidPath: http://grobid:8070/api

# when set to -1 it's using the number of processors available to the machine
maxAcceptedRequests: 2048

elastic:
host: localhost:9200
host: elasticsearch:9200
index: crossref
type: work

Expand Down

0 comments on commit a01001b

Please sign in to comment.