Skip to content

Commit

Permalink
Added GROBID_API_URL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
valearna committed Feb 21, 2024
1 parent bb817a3 commit f4b7752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ ENV TAZENDRA_PASSWORD=""
ENV DEV_MODE=""
ENV LOG_FILE=/var/log/afp_db_api.log
ENV INFO_FILE=/var/log/afp_db_api.info
ENV SENTENCE_CLASSIFICATION_API=http://textpressocentral.org:8002
ENV SENTENCE_CLASSIFICATION_API=http://cervino.caltech.edu:8002
ENV GROBID_API_URL=http://cervino.caltech.edu:8070/api

ENV PYTHONPATH=$PYTHONPATH:/usr/src/app/

Expand Down

0 comments on commit f4b7752

Please sign in to comment.