mirror of https://github.com/samply/bridgehead.git
Update ccp/modules/fhir2sql-setup.sh
Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
This commit is contained in:
parent
64915eb018
commit
e9bed9aba6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue