Skip to content

Commit

Permalink
feat: add and set FOCUS_ENDPOINT_TYPE to support fhir2sql (#244)
Browse files Browse the repository at this point in the history
* add and set FOCUS_ENDPOINT_TYPE

Co-authored-by: Jan <[email protected]>

---------

Co-authored-by: davidmscholz <[email protected]>
Co-authored-by: Jan <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent eea17c3 commit 26712d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ccp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
RETRY_COUNT: ${FOCUS_RETRY_COUNT}
EPSILON: 0.28
QUERIES_TO_CACHE: '/queries_to_cache.conf'
ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze}
volumes:
- /srv/docker/bridgehead/ccp/queries_to_cache.conf:/queries_to_cache.conf
depends_on:
Expand Down
1 change: 1 addition & 0 deletions ccp/modules/fhir2sql-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ if [ "$ENABLE_FHIR2SQL" == true ]; then
log INFO "Dashboard setup detected -- will start Dashboard backend and FHIR2SQL service."
OVERRIDE+=" -f ./$PROJECT/modules/fhir2sql-compose.yml"
DASHBOARD_DB_PASSWORD="$(generate_simple_password 'fhir2sql')"
FOCUS_ENDPOINT_TYPE="blaze-and-sql"
fi

0 comments on commit 26712d3

Please sign in to comment.