Skip to content

Commit

Permalink
Updating test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmadonna committed Apr 10, 2024
1 parent 31bd239 commit 3722582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/config/app.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ UUID_API_URL = 'http://uuid-api:8080'
# Works regardless of the trailing slash
INGEST_API_URL = 'http://ingest-api:8080'

# 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://entity-api:5002'

# URL for talking to Search API (default value used for docker deployment, no token needed)
# Don't use localhost since search-api is running on a different container
# Point to remote URL for non-docker development
Expand Down

0 comments on commit 3722582

Please sign in to comment.