diff --git a/ccp/modules/teiler-ui-compose.yml b/ccp/modules/teiler-ui-compose.yml index a46e710..db08298 100644 --- a/ccp/modules/teiler-ui-compose.yml +++ b/ccp/modules/teiler-ui-compose.yml @@ -202,11 +202,11 @@ services: # TEILER_APP14_NAME: "function-tests" # TEILER_APP15_NAME: "event-log" TEILER_APP16_NAME: "active-inquiries" - TEILER_APP16_BACKENDURL: "https://${HOST}/ccp-teiler" + TEILER_APP16_BACKENDURL: "https://${HOST}/ccp-exporter" TEILER_APP17_NAME: "archived-inquiries" - TEILER_APP17_BACKENDURL: "https://${HOST}/ccp-teiler" + TEILER_APP17_BACKENDURL: "https://${HOST}/ccp-exporter" TEILER_APP18_NAME: "failed-inquiries" - TEILER_APP18_BACKENDURL: "https://${HOST}/ccp-teiler" + TEILER_APP18_BACKENDURL: "https://${HOST}/ccp-exporter" TEILER_APP19_NAME: "inquiry" TEILER_APP19_INMENU: "false" # TEILER_APP20_NAME: "cbioportal" diff --git a/ccp/vars b/ccp/vars index fb2c039..9fb7570 100644 --- a/ccp/vars +++ b/ccp/vars @@ -18,7 +18,7 @@ source $PROJECT/modules/exliquid-setup.sh exliquidSetup source $PROJECT/modules/mtba-setup.sh mtbaSetup -source $PROJECT/modules/teiler-setup.sh +source $PROJECT/modules/exporter-setup.sh exporterSetup source $PROJECT/modules/teiler-ui-setup.sh teilerUiSetup