Update ccp/modules/fhir2sql-setup.sh

Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
This commit is contained in:
davidmscholz 2024-10-30 15:05:11 +01:00 committed by GitHub
parent 64915eb018
commit e9bed9aba6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +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')"
export FOCUS_ENDPOINT_TYPE="blaze-and-sql"
FOCUS_ENDPOINT_TYPE="blaze-and-sql"
fi