Skip to content

Commit

Permalink
Changed entity_api_url in example config and added
Browse files Browse the repository at this point in the history
more descriptive text
  • Loading branch information
DerekFurstPitt committed Apr 4, 2024
1 parent 56aa6db commit 45f0b8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/instance/app.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ INGEST_API_URL = 'https://ingest-api.dev.hubmapconsortium.org'
# Works regardless of the trailing slash
ONTOLOGY_API_URL = 'https://ontology-api.dev.hubmapconsortium.org'

# URL for talking to Entity API (default for DEV)
ENTITY_API_URL = 'https://entity-api.dev.hubmapconsortium.org'
# URL for talking to Entity API (default for Localhost)
# This is the same URL base where entity-api is running. This is useful in places where a call for one entity
# necessitates subsequent calls for other entities.
ENTITY_API_URL = 'http://localhost:5002'

# A list of URLs for talking to multiple Search API instances (default value used for docker deployment, no token needed)
# Works regardless of the trailing slash /
Expand Down

0 comments on commit 45f0b8d

Please sign in to comment.