From 37225821be7738d7248a77896cf619c44999a91f Mon Sep 17 00:00:00 2001 From: Tyler Madonna Date: Wed, 10 Apr 2024 16:11:14 -0400 Subject: [PATCH] Updating test config file --- test/config/app.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/config/app.cfg b/test/config/app.cfg index 9ecd8a0d..28af64df 100644 --- a/test/config/app.cfg +++ b/test/config/app.cfg @@ -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