The research datasets are stored in a fixed table

The name is hardcoded in a docker image, to mip_cde_features, so just
use that to generate the federation and local views.
This commit is contained in:
2018-03-20 17:35:11 +01:00
parent b65b2865dd
commit f2db5702fd

View File

@@ -118,4 +118,4 @@
: ${DB_UI_VERSION:=":v1.5"}
: ${DB_UI_PORT:="31555"} # External port, if exposed
: ${DB_UI_FEDERATION_SOURCES:="harmonized_clinical_data"}
: ${DB_UI_LOCAL_SOURCES:="${FEATURES_LOCAL_TABLE} harmonized_clinical_data"}
: ${DB_UI_LOCAL_SOURCES:="mip_cde_features harmonized_clinical_data"}